Skip to main content

Update Workflow Credential

PUT 

/api/automation/workflow-credentials/:uuid

Updates an existing workflow credential. Only the fields sent are updated.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Validation (UpdateWorkflowCredentialRequest):

  • name — sometimes, string, max 128
  • data — sometimes, array

type is not updatable via this endpoint. updated_by is set automatically from the authenticated user.

Response: 200 OK with workflow credential object (secrets redacted in fields).

Route name: automation.credentials.update

Request

Responses

Successful response