mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 07:30:37 +01:00
fix enum
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
3a8c8650fa
commit
428137d978
4 changed files with 19 additions and 8 deletions
|
|
@ -231,7 +231,9 @@ components:
|
|||
pattern: "^[0-9]+$"
|
||||
state:
|
||||
type: string
|
||||
enum: [EnabledWithCount]
|
||||
enum:
|
||||
- Enabled
|
||||
- EnabledWithCount
|
||||
|
||||
NoteTweet:
|
||||
required:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue