We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c7e30 commit 8a2cbe1Copy full SHA for 8a2cbe1
1 file changed
content/v3/oauth.md
@@ -187,7 +187,7 @@ note_url
187
188
## Update an existing authorization
189
190
- PATCH /authorizations/1
+ PATCH /authorizations/:id
191
192
### Input
193
@@ -218,7 +218,7 @@ You can only send one of these scope keys at a time.
218
219
## Delete an authorization
220
221
- DELETE /authorizations/1
+ DELETE /authorizations/:id
222
223
### Response
224
0 commit comments