Skip to main content

Update Workflow Credential

PUT 

/api/automation/workflow-credentials/:uuid

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

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

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