Templates
Update a template version
PATCH
/v1/template-versions/id
Parameters
Name | Located In | Required | Schema |
---|---|---|---|
id | path | Yes | string |
Request Body
Property | Type | Description |
---|---|---|
content | array,string | |
extra | object | |
testValues | object | |
isDraft | boolean | |
notes | string |
Responses
200
Updated template version
Property | Type | Description |
---|---|---|
id | string | |
templateId | string | |
content | array | |
extra | object | |
testValues | object | |
isDraft | boolean | |
notes | string | |
createdAt | string | |
version | number |
401
Unauthorized access