Update a Workflow Approval Template
patch
/api/v2/workflow_approval_templates/{id}/
Make a PUT or PATCH request to this resource to update this workflow approval template. The following fields may be modified:
name
: Name of this workflow approval template. (string, required)-
description
: Optional description of this workflow approval template. (string, default=""
) -
timeout
: The amount of time (in seconds) before the approval node expires and fails. (integer, default=0
)
For a PATCH request, include only the fields that are being modified.
Request
Supported Media Types
- application/json
Path Parameters
Query Parameters
-
search(optional): string
A search term.
Root Schema : schema
Type:
Show Source
object
-
description(optional):
string
-
name(optional):
string
-
timeout(optional):
integer
The amount of time (in seconds) before the approval node expires and fails.