Update ClientCredential
Update an existing client client credential.
Documentation Index
Fetch the complete documentation index at: https://confidence-auth-testing.mintlify.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The list of fields to update.
Fields are specified relative to the client client credential
(e.g. display_name; not client_credential.display_name).
Body
Human friendly name of the credential.
The resource name of the client.
For example:
clients/1bhq4c2zqigdzqg6ufni/credentials/3pxcfkkmi5sppg0lfa8d
A simple plaintext secret.
List of environments this credential is enabled for. If this list is empty, the credential is enabled for all environments.
General set of labels for this resource.
The type of SDK this credential is intended for.
SDK_TYPE_UNSPECIFIED, BACKEND, FRONTEND Response
Returns a ClientCredential.
The credentials required for a client to access Confidence.
Human friendly name of the credential.
Time when the client was first created.
Time when the client was last updated.
Reference to the identity that created this credential.
Reference to the identity that last updated this credential.
The resource name of the client.
For example:
clients/1bhq4c2zqigdzqg6ufni/credentials/3pxcfkkmi5sppg0lfa8d
A simple plaintext secret.
The last time this credential was used to resolve a flag.
List of environments this credential is enabled for. If this list is empty, the credential is enabled for all environments.
General set of labels for this resource.
The type of SDK this credential is intended for.
SDK_TYPE_UNSPECIFIED, BACKEND, FRONTEND 
