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 Jan 27, 2024
1 parent 0ff6fd9 commit b9af3d6
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions docs/openapi.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -14236,6 +14236,61 @@
"explode" : false,
"style" : "form"
},
"LikeExpansionsParameter" : {
"name" : "expansions",
"in" : "query",
"description" : "A comma separated list of fields to expand.",
"schema" : {
"type" : "array",
"description" : "The list of fields you can expand for a [Like](#Like) object. If the field has an ID, it can be expanded into a full object.",
"minItems" : 1,
"uniqueItems" : true,
"items" : {
"type" : "string",
"enum" : [
"liked_tweet_id",
"liking_user_id"
]
},
"example" : [
"liked_tweet_id",
"liking_user_id"
]
},
"explode" : false,
"style" : "form"
},
"LikeFieldsParameter" : {
"name" : "like.fields",
"in" : "query",
"description" : "A comma separated list of Like fields to display.",
"required" : false,
"schema" : {
"type" : "array",
"description" : "The fields available for a Like object.",
"minItems" : 1,
"uniqueItems" : true,
"items" : {
"type" : "string",
"enum" : [
"created_at",
"id",
"liked_tweet_id",
"liking_user_id",
"timestamp_ms"
]
},
"example" : [
"created_at",
"id",
"liked_tweet_id",
"liking_user_id",
"timestamp_ms"
]
},
"explode" : false,
"style" : "form"
},
"ListExpansionsParameter" : {
"name" : "expansions",
"in" : "query",
Expand Down

0 comments on commit b9af3d6

Please sign in to comment.