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

fix conversation_control

Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2024-09-30 11:21:20 +09:00
parent 2d3d1475ab
commit 57fd24311f
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
5 changed files with 20 additions and 37 deletions

View file

@ -2320,7 +2320,7 @@ components:
bookmarked:
type: boolean
conversation_control:
$ref: '#/components/schemas/ConversationControl'
additionalProperties: true
conversation_id_str:
pattern: ^[0-9]+$
type: string
@ -4367,17 +4367,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