Update a credential

Updates an existing credential with new authentication details.
Automatically clears any stale operational state (cooldown, health metrics) after update.
Automatically triggers credential verification in the background to update health status.

Path Params
uuid
required

The tenant identifier.

uuid
required

The credential identifier.

Body Params

The credential update request.

Request model for updating a cloud credential.

string
enum
required
Allowed:
credentials
object
required

Credentials dictionary with required fields for the authentication type.
Sensitive fields will be encrypted and stored securely.

For Azure credentials (AzureServicePrincipal, AzureServicePrincipalCertificate):

  • tenantId is automatically populated from the parent tenant's ProviderTenantId and should not be provided
  • Required fields: clientId, clientSecret (or clientCertificate for certificate auth)
Responses

500

Internal server error.

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json