Skip to content

Commit

Permalink
Update docs/deck/json/v1.1.json on develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 23, 2024
1 parent 7f0fc03 commit 55d4604
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/deck/json/v1.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -963,19 +963,19 @@
]
},
{
"queryId": "moments/create",
"dispatch_key": "post",
"queryId": "users/recommendations",
"dispatch_key": "get",
"dispatch": [
"post",
"get",
"",
"https://api.x.com/1.1/{queryId}.json"
]
},
{
"queryId": "users/recommendations",
"dispatch_key": "get",
"queryId": "moments/create",
"dispatch_key": "post",
"dispatch": [
"get",
"post",
"",
"https://api.x.com/1.1/{queryId}.json"
]
Expand Down

0 comments on commit 55d4604

Please sign in to comment.