Update template by ID
PUT/template/:template_id
Update template by ID
Request
Path Parameters
template_id stringrequired
ID of the template that needs to be updated
Header Parameters
x-api-token stringrequired
Example: opensign.xxxx
- application/json
Body
provide below parameter to update templates (at least one parameter required)
Name string
Note string
Description string
FolderId string
Responses
- 200
- 400
- 404
- 405
Template updated successfully!
- application/json
- Schema
- Example (from schema)
Schema
objectId string
updatedAt date
{
"objectId": "asd2HsP4Hp",
"updatedAt": "2023-10-07T16:49:56.000Z"
}
Please provide valid field names!
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "Please provide valid field names!"
}
Template not found!
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "Template not found!"
}
Invalid API Token!
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "Invalid API token!"
}
Loading...