Update a Workflow

put

/content/management/api/v1.1/workflows/{id}

Updates a workflow with the given payload.

Request

Supported Media Types
Path Parameters
Query Parameters
Header Parameters
Body ()
Updates a workflow with the given information in the payload. The fields createdBy, createdDate, updatedBy, updatedDate and links will be ignored even if given in the payload.
Root Schema : Workflow
Type: object
Workflow
Show Source
Nested Schema : date
Type: object
date
Show Source
Nested Schema : properties
Type: object
Additional Properties Allowed
Show Source
Properties of a workflow.
Nested Schema : repositories
Type: array
Assigned repositories of a workflow.
Show Source
Nested Schema : roles
Type: array
Roles of a workflow.
Show Source
Nested Schema : additionalProperties
Type: object
Nested Schema : RepositoryId
Type: object
RepositoryId
Show Source
Back to Top

Response

Supported Media Types

200 Response

OK.
Body ()
Root Schema : Workflow
Type: object
Workflow
Show Source
Nested Schema : date
Type: object
date
Show Source
Nested Schema : properties
Type: object
Additional Properties Allowed
Show Source
Properties of a workflow.
Nested Schema : repositories
Type: array
Assigned repositories of a workflow.
Show Source
Nested Schema : roles
Type: array
Roles of a workflow.
Show Source
Nested Schema : additionalProperties
Type: object
Nested Schema : RepositoryId
Type: object
RepositoryId
Show Source

400 Response

Bad request.

404 Response

Not found.

500 Response

Internal server error.
Back to Top