yaml changes due to function not being used
This commit is contained in:
parent
7ae97c27a0
commit
96dd142899
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue