Skip to main content
PATCH
/
workflows
/
v1
/
templates
/
{workflow_template_id}
Update Workflow Template
curl --request PATCH \
  --url https://api-qa.interactly.ai/workflows/v1/templates/{workflow_template_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "workflow_template": {
    "teamId": "5eb7cf5a86d9755df3a6c593",
    "createdBy": "5eb7cf5a86d9755df3a6c593",
    "updatedBy": "5eb7cf5a86d9755df3a6c593",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "_id": "5eb7cf5a86d9755df3a6c593",
    "workflow_template_config": {
      "access_level": "personal",
      "access_list": [
        "5eb7cf5a86d9755df3a6c593"
      ],
      "logical_id": "<string>",
      "workflow_id": "<string>"
    }
  }
}

Authorizations

Authorization
string
header
required

Retrieve your API Key from Dashboard API Keys Section.

Path Parameters

workflow_template_id
string
required
Required string length: 24
Example:

"5eb7cf5a86d9755df3a6c593"

Body

application/json

The body is of type Body · object.

Response

Successful Response

Response model for a single workflow template. Contains a WorkflowTemplateModel object.

workflow_template
WorkflowTemplatesModel · object
required

Single workflow template object