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 4, 2024
1 parent d0107ad commit 44fbf75
Showing 1 changed file with 7 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2919,8 +2919,8 @@ paths:
get:
tags:
- licenses
summary: List Workspaces
operationId: list_workspaces
summary: List License Goods
operationId: list_license_goods
parameters:
- name: order_by
in: query
Expand Down Expand Up @@ -2962,8 +2962,8 @@ paths:
get:
tags:
- licenses
summary: Get Workspace
operationId: get_workspace
summary: Get License Good
operationId: get_license_good
parameters:
- name: license_good_id
in: path
Expand All @@ -2987,8 +2987,8 @@ paths:
post:
tags:
- licenses
summary: Create Workspace Group
operationId: create_workspace_group
summary: Purchase License Good
operationId: purchase_license_good
parameters:
- name: license_good_id
in: path
Expand Down Expand Up @@ -4540,7 +4540,7 @@ paths:
'403':
description: ProjectInvalidRightsError
'404':
description: ProjectNotFoundError, UserDefaultWalletNotFoundError
description: UserDefaultWalletNotFoundError, ProjectNotFoundError
'409':
description: ProjectTooManyProjectOpenedError
'422':
Expand Down Expand Up @@ -14213,9 +14213,7 @@ components:
required:
- walletId
- name
- description
- owner
- thumbnail
- status
- created
- modified
Expand Down Expand Up @@ -14264,9 +14262,7 @@ components:
required:
- walletId
- name
- description
- owner
- thumbnail
- status
- created
- modified
Expand Down

0 comments on commit 44fbf75

Please sign in to comment.