v1

latestOpenAPI 3.1.02026-07-2268276396.6 KB
Workflow Templates

Update Template

Update an existing workflow template. Only provided fields are modified.

put/v1/workflow/templates/{template_id}

Path parameters

template_idstring required

Request body

descriptionstring nullable
expected_inputobject nullable
namestring nullable
promptstring nullable
expected_outputstring nullable

Response

Successful Response

created_atstring date-time required

When the template was created.

descriptionstring nullable

Brief description of what this template does.

expected_inputobject nullable

Input placeholders, keyed by placeholder name.

idstring required

Unique template identifier.

is_communityboolean required

Whether this is a community-shared template.

namestring required

Template display name.

promptstring required

The research prompt with optional placeholders.

expected_outputstring nullable

Optional guidance for the final answer's tone, structure, and format.

updated_atstring date-time required

When the template was last modified.