mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 15:40:26 +01:00
add TopAndBottom and remove timestamp required
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
bc5dc434c6
commit
adac21f94d
5 changed files with 4 additions and 2 deletions
1
dist/compatible/openapi-3.0.yaml
vendored
1
dist/compatible/openapi-3.0.yaml
vendored
|
|
@ -1660,6 +1660,7 @@ components:
|
|||
enum:
|
||||
- Top
|
||||
- Bottom
|
||||
- TopAndBottom
|
||||
type: string
|
||||
type:
|
||||
$ref: '#/components/schemas/InstructionType'
|
||||
|
|
|
|||
|
|
@ -1660,6 +1660,7 @@ components:
|
|||
enum:
|
||||
- Top
|
||||
- Bottom
|
||||
- TopAndBottom
|
||||
type: string
|
||||
type:
|
||||
$ref: '#/components/schemas/InstructionType'
|
||||
|
|
|
|||
1
dist/docs/openapi-3.0.yaml
vendored
1
dist/docs/openapi-3.0.yaml
vendored
|
|
@ -1660,6 +1660,7 @@ components:
|
|||
enum:
|
||||
- Top
|
||||
- Bottom
|
||||
- TopAndBottom
|
||||
type: string
|
||||
type:
|
||||
$ref: '#/components/schemas/InstructionType'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue