Update an existing template

Modify the properties of an existing template by providing its unique ID and updated details.

PATCH

Parameters

Path Parameters

TemplateId
REQUIRED
Unique identifier of the template

Body

application/json
Name
Language
System
Action_type
Title
Project
Content
Content_type
Values
Status codeDescription
200An empty response
400Bad request error - the request contains invalid parameters or malformed data
500Internal server error - an unexpected error occurred on the server
cURL
curl -L -X PATCH \
"https://blockv-labs.io/messages/templates/{templateId}" \
-H 'Accept: application/json'
json
{
"type": "object"
}