deploy
This commit is contained in:
21
openapi.json
21
openapi.json
@@ -3477,6 +3477,27 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"/api/fuck-you": {
|
||||
"get": {
|
||||
"operationId": "getFuckYou",
|
||||
"responses": {
|
||||
"200": {
|
||||
"content": {
|
||||
"text/plain": {
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "Successful Response"
|
||||
}
|
||||
},
|
||||
"summary": "Get Fuck You",
|
||||
"tags": [
|
||||
"Utility"
|
||||
]
|
||||
}
|
||||
},
|
||||
"/api/tasks": {
|
||||
"get": {
|
||||
"operationId": "listTasks",
|
||||
|
||||
Reference in New Issue
Block a user