chore: generate

This commit is contained in:
opencode-agent[bot]
2026-05-11 05:27:40 +00:00
parent 518264fcd9
commit b1cb71856e
2 changed files with 14 additions and 0 deletions
+10
View File
@@ -5536,6 +5536,16 @@
}
}
},
"400": {
"description": "Bad request",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/BadRequestError"
}
}
}
},
"404": {
"description": "NotFoundError",
"content": {