regenerateAPIClientSecret
Regenerate the secret for an API client. Returns the new secret (one-time display). The old secret is immediately invalidated.
regenerateAPIClientSecret(
organizationId: String!
id: ID!
): CreateAPIClientResponse!
Arguments
regenerateAPIClientSecret.organizationId ● String! non-null scalar
regenerateAPIClientSecret.id ● ID! non-null scalar
Type
CreateAPIClientResponse object
Response from creating an API client. Contains the client_secret which is shown only once.