1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-03-07 12:39:54 +01:00

add ConversationControl

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

View file

@ -932,7 +932,7 @@ components:
type: string
pattern: "^[0-9]+$"
conversation_control:
additionalProperties: true # todo
$ref: "#/components/schemas/ConversationControl"
limited_actions:
type: string
enum:
@ -1332,6 +1332,14 @@ components:
type: string
enum: [crop, fit]
ConversationControl:
required:
- "mode"
properties:
mode:
type: string
enum: [Community, Verified, ByInvitation]
Timestamp:
required:
- "indices"