1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-11 15:40:26 +01:00

fix error schema

Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2024-09-29 18:08:58 +09:00
parent 162ad96a13
commit 28e49c7ddb
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
9 changed files with 90 additions and 199 deletions

View file

@ -0,0 +1,31 @@
{
"errors": [
{
"message": "_Missing: No status found with that ID.",
"locations": [
{
"line": 2,
"column": 3
}
],
"path": ["threaded_conversation_with_injections_v2"],
"extensions": {
"name": "GenericError",
"source": "Server",
"code": 144,
"kind": "NonFatal",
"tracing": {
"trace_id": "e6de8b2b694ae128"
}
},
"code": 144,
"kind": "NonFatal",
"name": "GenericError",
"source": "Server",
"tracing": {
"trace_id": "e6de8b2b694ae128"
}
}
],
"data": {}
}