Graphql fields and variables for the apiClientSecretRenew mutation
Generate a new client secret
Scope required: security:write
mutation apiClientSecretRenew ($id: ID!) { apiClientSecretRenew (id: $id) { clientId clientSecret errors } }
{ "id": "456123" }
id
ID
clientId
String
clientSecret
errors
List (String)
Last updated 3 years ago
Was this helpful?