Skip to content

Commit

Permalink
open api specs
Browse files Browse the repository at this point in the history
  • Loading branch information
matusdrobuliak66 committed Dec 10, 2024
1 parent 6bec5ff commit 3755dce
Showing 1 changed file with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2969,6 +2969,12 @@ paths:
schema:
$ref: '#/components/schemas/EnvelopedError'
description: Not Found
'403':
content:
application/json:
schema:
$ref: '#/components/schemas/EnvelopedError'
description: Forbidden
/v0/catalog/licensed-items/{licensed_item_id}:
get:
tags:
Expand Down Expand Up @@ -2997,6 +3003,12 @@ paths:
schema:
$ref: '#/components/schemas/EnvelopedError'
description: Not Found
'403':
content:
application/json:
schema:
$ref: '#/components/schemas/EnvelopedError'
description: Forbidden
/v0/catalog/licensed-items/{licensed_item_id}:purchase:
post:
tags:
Expand Down Expand Up @@ -3027,6 +3039,12 @@ paths:
schema:
$ref: '#/components/schemas/EnvelopedError'
description: Not Found
'403':
content:
application/json:
schema:
$ref: '#/components/schemas/EnvelopedError'
description: Forbidden
/v0/wallets/{wallet_id}/licensed-items-purchases:
get:
tags:
Expand Down Expand Up @@ -3078,6 +3096,12 @@ paths:
schema:
$ref: '#/components/schemas/EnvelopedError'
description: Not Found
'403':
content:
application/json:
schema:
$ref: '#/components/schemas/EnvelopedError'
description: Forbidden
/v0/licensed-items-purchases/{licensed_item_purchase_id}:
get:
tags:
Expand Down Expand Up @@ -3105,6 +3129,12 @@ paths:
schema:
$ref: '#/components/schemas/EnvelopedError'
description: Not Found
'403':
content:
application/json:
schema:
$ref: '#/components/schemas/EnvelopedError'
description: Forbidden
/v0/projects/{project_uuid}/checkpoint/{ref_id}/iterations:
get:
tags:
Expand Down

0 comments on commit 3755dce

Please sign in to comment.