curl --request PATCH \
--url https://api.example.com/api/v2/projects/{project_id}/prompt-templates/id/{template_id} \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>"
}
'{}curl --request PATCH \
--url https://api.example.com/api/v2/projects/{project_id}/prompt-templates/id/{template_id} \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>"
}
'{}