curl --request PUT \
--url https://nvidia.casebender.com/api/v1/templates/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"description": "<string>",
"data": {},
"caseTypeValue": "<string>"
}
'Update an existing template
curl --request PUT \
--url https://nvidia.casebender.com/api/v1/templates/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"description": "<string>",
"data": {},
"caseTypeValue": "<string>"
}
'