1
Fork 0
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:
ふぁ 2024-02-13 00:16:51 +09:00
parent d103390271
commit 44772ab7b5
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
3 changed files with 57 additions and 7 deletions

View file

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