Skip to main content

Endpoint

Authentication

Requires a Personal API Access Token.

Request

Headers

Path Parameters

Request Body

Same structure as Create Credential. All fields are required for update.

Full JSON Body Example

Request Body Fields

Same as Create Credential. See Create Credential for field descriptions.

Important Notes

  • username must match the existing credential username (cannot be changed)
  • All fields are required (same as create)
  • Password can be updated
  • Credential is automatically deployed after update

Response

Same as Create Credential. See Create Credential for response format.

cURL Example

Permissions

  • User must have IDENTITY + MANAGE permission in the project
  • For automatic deployment, user must also have IDENTITY + DEPLOY_UNDEPLOY permission

Notes and Warnings

  • Username Cannot Change:
    • Username is used as identifier and cannot be changed
    • Use the existing username in the request
  • All Fields Required:
    • All fields must be provided (same as create)
    • Missing fields will cause validation errors
  • Password Update:
    • Password can be updated
    • New password must not be empty
  • Automatic Deployment:
    • Credential is automatically deployed after update
    • Deployment results are returned in the response
  • Credential Must Exist:
    • Credential with specified username must exist
    • If credential does not exist, update will fail