Patch a credential

Partially updates a credential. Only provided fields will be updated.
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 patch request.

Request model for patching (partial update) a cloud credential.
All fields are optional - only provided fields will be updated.

string
enum
Allowed:
credentials
object | null

Credentials dictionary. Can provide partial credentials (e.g., just clientSecret)
to update specific fields. Sensitive fields will be encrypted and stored securely.

For Azure credentials: tenantId is automatically derived from the parent tenant
and should not be provided.

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