Skip to main content

Update Workflow Credential

PUT 

/api/automation/workflow-credentials/:uuid

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

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 WorkflowCredentialResource (secrets redacted in fields).

Route name: automation.credentials.update

Request

Responses

Successful response