From 96dd1428990ff9bbe9bb9e83d7a989db1b12e1aa Mon Sep 17 00:00:00 2001 From: justinbaer Date: Mon, 26 May 2025 15:48:42 +0200 Subject: [PATCH] yaml changes due to function not being used --- announcement_service_spec.yaml | 18 ------------------ gen/openapi_server/openapi/openapi.yaml | 18 ------------------ 2 files changed, 36 deletions(-) diff --git a/announcement_service_spec.yaml b/announcement_service_spec.yaml index d3ac707..965f79d 100644 --- a/announcement_service_spec.yaml +++ b/announcement_service_spec.yaml @@ -52,24 +52,6 @@ paths: $ref: '#/components/schemas/patch_notes' "400": description: bad payload - - /patchnotes/all: - get: - tags: [Patchnotes] - summary: Returns **all** patch notes (admin area) - operationId: listAllPatchnotes - responses: - "200": - description: list of all patch notes - content: - application/json: - schema: - type: array - items: - $ref: '#/components/schemas/patch_notes' - "404": - description: no Patch notes found - /patchnotes/{patchID}: parameters: - in: path diff --git a/gen/openapi_server/openapi/openapi.yaml b/gen/openapi_server/openapi/openapi.yaml index 381e1c2..e39388b 100644 --- a/gen/openapi_server/openapi/openapi.yaml +++ b/gen/openapi_server/openapi/openapi.yaml @@ -65,24 +65,6 @@ paths: tags: - Patchnotes x-openapi-router-controller: openapi_server.controllers.patchnotes_controller - /patchnotes/all: - get: - operationId: list_all_patchnotes - responses: - "200": - content: - application/json: - schema: - items: - $ref: '#/components/schemas/patch_notes' - type: array - description: list of all patch notes - "404": - description: no Patch notes found - summary: Returns **all** patch notes (admin area) - tags: - - Patchnotes - x-openapi-router-controller: openapi_server.controllers.patchnotes_controller /patchnotes/{patchID}: delete: operationId: delete_patchnote