This commit is contained in:
a2a-platform
2026-05-29 01:18:50 +00:00
parent ce7614ca4f
commit 6579314740
3 changed files with 42 additions and 2 deletions

View File

@@ -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",