yaml changes due to function not being used

This commit is contained in:
Justin Weins 2025-05-26 15:48:42 +02:00
parent 7ae97c27a0
commit 96dd142899
2 changed files with 0 additions and 36 deletions

View File

@ -52,24 +52,6 @@ paths:
$ref: '#/components/schemas/patch_notes' $ref: '#/components/schemas/patch_notes'
"400": "400":
description: bad payload 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}: /patchnotes/{patchID}:
parameters: parameters:
- in: path - in: path

View File

@ -65,24 +65,6 @@ paths:
tags: tags:
- Patchnotes - Patchnotes
x-openapi-router-controller: openapi_server.controllers.patchnotes_controller 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}: /patchnotes/{patchID}:
delete: delete:
operationId: delete_patchnote operationId: delete_patchnote