mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 07:30:37 +01:00
fix conversation_control
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
2d3d1475ab
commit
57fd24311f
5 changed files with 20 additions and 37 deletions
17
dist/compatible/openapi-3.0.yaml
vendored
17
dist/compatible/openapi-3.0.yaml
vendored
|
|
@ -2320,7 +2320,7 @@ components:
|
|||
bookmarked:
|
||||
type: boolean
|
||||
conversation_control:
|
||||
$ref: '#/components/schemas/ConversationControl'
|
||||
additionalProperties: true
|
||||
conversation_id_str:
|
||||
pattern: ^[0-9]+$
|
||||
type: string
|
||||
|
|
@ -4373,17 +4373,12 @@ paths:
|
|||
type: string
|
||||
conversation_control:
|
||||
properties:
|
||||
conversation_control:
|
||||
properties:
|
||||
mode:
|
||||
default: Community
|
||||
example: Community
|
||||
type: string
|
||||
required:
|
||||
- mode
|
||||
type: object
|
||||
mode:
|
||||
default: Community
|
||||
example: Community
|
||||
type: string
|
||||
required:
|
||||
- conversation_control
|
||||
- mode
|
||||
type: object
|
||||
dark_request:
|
||||
default: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue