Update a workflow. A content change creates a new draft version (workflows are immutable); an update whose content matches the current version is a no-op that returns the current version unchanged.

put/v1/workflows/{id}

Path parameters

idstring required

Workflow ID

Request body

object required
OR

Response

OK

codeinteger
messagestring
requestIdstring

Example response

{
  "code": 200,
  "message": "success",
  "requestId": "abc-123"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.