Skip to content

Commit

Permalink
feat: resolve wallet instance from oidfederation with clientid
Browse files Browse the repository at this point in the history
Signed-off-by: Bjorn Molin <[email protected]>
  • Loading branch information
bjornmolin committed Jan 16, 2025
1 parent 0401a7b commit 74126d4
Show file tree
Hide file tree
Showing 10 changed files with 576 additions and 338 deletions.
72 changes: 36 additions & 36 deletions endpoints-api-modified.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,24 +183,24 @@ paths:
application/trust-mark+jwt:
schema:
type: string
400:
description: Bad Request
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
404:
description: Not Found
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
500:
description: Server Error
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
# 400:
# description: Bad Request
# content:
# application/json:
# schema:
# $ref: '#/components/schemas/ErrorResponse'
# 404:
# description: Not Found
# content:
# application/json:
# schema:
# $ref: '#/components/schemas/ErrorResponse'
# 500:
# description: Server Error
# content:
# application/json:
# schema:
# $ref: '#/components/schemas/ErrorResponse'

/{name}/trust_mark_listing:
get:
Expand Down Expand Up @@ -233,24 +233,24 @@ paths:
type: array
items:
type: string
400:
description: Bad Request
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
404:
description: Not Found
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
500:
description: Server Error
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
# 400:
# description: Bad Request
# content:
# application/json:
# schema:
# $ref: '#/components/schemas/ErrorResponse'
# 404:
# description: Not Found
# content:
# application/json:
# schema:
# $ref: '#/components/schemas/ErrorResponse'
# 500:
# description: Server Error
# content:
# application/json:
# schema:
# $ref: '#/components/schemas/ErrorResponse'

/{name}/trust_mark_status:
post:
Expand Down
Loading

0 comments on commit 74126d4

Please sign in to comment.