mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-12 16:10:26 +01:00
Add retry_after property to error response and update SocialContext schema
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
d103390271
commit
44772ab7b5
3 changed files with 57 additions and 7 deletions
|
|
@ -32,6 +32,7 @@ components:
|
|||
- kind
|
||||
- name
|
||||
- source
|
||||
- retry_after
|
||||
- tracing
|
||||
properties:
|
||||
message:
|
||||
|
|
@ -54,6 +55,8 @@ components:
|
|||
type: string
|
||||
source:
|
||||
type: string
|
||||
retry_after:
|
||||
type: integer
|
||||
tracing:
|
||||
$ref: "#/components/schemas/Tracing"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue