From 4f4b231279249a0084b6d48f7491e09c882401b6 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 4 Dec 2023 16:55:51 +0000 Subject: [PATCH] feat: Update OpenAPI file replicated from Notehub --- openapi.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index ba82b749..e55914d5 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -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: