Skip to content

Commit

Permalink
Update openapi.json
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 11, 2023
1 parent dc17e34 commit f53cf8a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/openapi.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openapi" : "3.0.0",
"info" : {
"description" : "Twitter API v2 available endpoints",
"version" : "2.74",
"version" : "2.75",
"title" : "Twitter API v2",
"termsOfService" : "https://developer.twitter.com/en/developer-terms/agreement-and-policy.html",
"contact" : {
Expand Down Expand Up @@ -10630,16 +10630,17 @@
"other"
]
},
"ReplySettingsWithSubscribers" : {
"ReplySettingsWithVerifiedUsers" : {
"type" : "string",
"description" : "Shows who can reply a Tweet. Fields returned are everyone, mentioned_users, subscribers and following.",
"description" : "Shows who can reply a Tweet. Fields returned are everyone, mentioned_users, subscribers, verified and following.",
"pattern" : "^[A-Za-z]{1,12}$",
"enum" : [
"everyone",
"mentionedUsers",
"following",
"other",
"subscribers"
"subscribers",
"verified"
]
},
"ResourceNotFoundProblem" : {
Expand Down Expand Up @@ -11446,7 +11447,7 @@
}
},
"reply_settings" : {
"$ref" : "#/components/schemas/ReplySettingsWithSubscribers"
"$ref" : "#/components/schemas/ReplySettingsWithVerifiedUsers"
},
"source" : {
"type" : "string",
Expand Down

0 comments on commit f53cf8a

Please sign in to comment.