PUT
/
v4
/
templates
/
{templateId}
/
rename
curl --request PUT \
  --url https://api.kadoa.com/v4/templates/{templateId}/rename \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "name": "<string>"
}'

Authorizations

x-api-key
string
header
required

Headers

x-api-key
string
required

API key for authorization

Path Parameters

templateId
string
required

ID of the template to rename

Body

application/json
name
string

New name for the template