apiClientSecretRenew

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
  }
}

Arguments

{
  "id": "456123"
}
Name
Type
Description

id

ID

Response

Name
Type
Description

clientId

String

clientSecret

String

errors

List (String)

Last updated

Was this helpful?