UpdateCredential
Update an existing credential's metadata or rotate its stored value.
PUT
/api/v1/credentials/{uuid}Operation ID
UpdateCredentialSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonPath Parameters
uuidStringRequiredUnique identifier of the credential to update.
Body Fields
nameStringRequiredNew human-readable name for the credential (optional).
Example: my-resource
descriptionStringRequiredNew description of the credential's purpose (optional).
Example: A brief description
valueStringRequiredUpdated sensitive credential value.
Example: new-s3cr3t-v@lue
expiresAtStringRequiredUpdated expiry timestamp for the credential.
Example: 2026-01-15T08:00:00Z
operatorStringRequiredAccount or principal performing the update.
Example: ops@example.com
