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 128data— 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
- 200
Successful response