curl --request POST \
--url https://api.example.com/api/v1/oauth-apps/{id}/rotate \
--header 'Authorization: Bearer <token>'{
"client_secret": "<string>",
"client_secret_hint": "<string>"
}Generate a new client secret for an OAuth app. The old secret is immediately invalidated.
curl --request POST \
--url https://api.example.com/api/v1/oauth-apps/{id}/rotate \
--header 'Authorization: Bearer <token>'{
"client_secret": "<string>",
"client_secret_hint": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
OAuth app ID
"app_7n42DGM5Tflk9n8mt7Fhc7"