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.
2 parents 368ab3d + b6f888f commit 89ec1f4Copy full SHA for 89ec1f4
src/data/endpoints/account.yaml
@@ -185,7 +185,7 @@ endpoints:
185
python: |
186
my_client = linode.OAuthClient(client, 123)
187
my_client.delete()
188
- /account/oauth-clients/$id/reset_secret:
+ /account/oauth-clients/$id/reset-secret:
189
group: OAuth Clients
190
type: Action
191
authenticated: true
@@ -200,7 +200,7 @@ endpoints:
200
curl -H "Content-Type: application/json" \
201
-H "Authorization: Bearer $TOKEN" \
202
-X POST \
203
- https://$api_root/$version/account/oauth-clients/$client_id/reset_secret
+ https://$api_root/$version/account/oauth-clients/$client_id/reset-secret
204
205
206
new_secret = my_client.reset_secret()
0 commit comments