PATCH
/
templates
/
{templateId}
curl --request PATCH \
  --url https://app.docs.bynesoft.com/api/ask/templates/{templateId} \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "template": "<string>",
  "name": "<string>"
}'
{
  "id": "<string>",
  "name": "<string>",
  "lastModified": "<string>"
}

Authorizations

X-API-Key
string
header
required

Path Parameters

templateId
string
required

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.