Templates
Create a new template
Creates a new template with the provided details. The template includes a slug, mode, content, and additional configuration options.
POST
/v1/templates
Accepted Keys:
slug
mode
content
extra
isDraft
notes
Example response:
Request Body
Property | Type | Description |
---|---|---|
slug | string | |
mode | string | |
content | array | |
extra | object | |
testValues | object | |
isDraft | boolean | |
notes | string |
Responses
200
Successful response
Property | Type | Description |
---|---|---|
id | string | |
name | string | |
slug | string | |
mode | string | |
createdAt | string | |
group | string | |
projectId | string | |
versions | array |