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:
parent
d74a5fdf5b
commit
2d3d1475ab
5 changed files with 129 additions and 9 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue