Templates
Update Template
Update a template.
PUT
Update Template
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Template updated
Available options:
true Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Update a template.
curl --request PUT \
--url https://api.oviond.com/v1/templates/:id \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"thumbnail": "<string>",
"type": "<string>",
"description": "<string>",
"ranking": 123
}
'{
"success": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Template updated
true curl --request PUT \
--url https://api.oviond.com/v1/templates/:id \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"thumbnail": "<string>",
"type": "<string>",
"description": "<string>",
"ranking": 123
}
'{
"success": true
}