Skip to content

Commit

Permalink
feat: Update OpenAPI file replicated from Notehub
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 4, 2023
1 parent 4867879 commit 4f4b231
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,25 @@ paths:
$ref: '#/components/schemas/Project'
default:
$ref: '#/components/responses/ErrorResponse'
delete:
tags: ["project"]
operationId: deleteProject
description: Delete a Project by ProjectUID
security:
- api_key: []
parameters:
- $ref: '#/components/parameters/projectUIDParam'
- name: db
in: query
required: false
schema:
type: boolean
default: "false"
responses:
"200":
description: Successful operation
default:
$ref: '#/components/responses/ErrorResponse'

/v1/projects/{projectUID}/products:
parameters:
Expand Down

0 comments on commit 4f4b231

Please sign in to comment.