Skip to content

Commit

Permalink
Merge d7839d5 into 21c3db0
Browse files Browse the repository at this point in the history
  • Loading branch information
dwendland authored Jul 14, 2023
2 parents 21c3db0 + d7839d5 commit 5d5fbea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/trusted-issuers-list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags:
- name: verfication
- name: issuer
paths:
/issuer:
/v4/issuers:
post:
tags:
- issuer
Expand Down Expand Up @@ -35,7 +35,7 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/ProblemDetails'
/issuer/{did}:
/v4/issuers/{did}:
delete:
tags:
- issuer
Expand Down Expand Up @@ -162,4 +162,4 @@ components:
instance:
description: An absolute URI that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.
type: string
format: uri
format: uri

0 comments on commit 5d5fbea

Please sign in to comment.