Headers
-
Content-Type
string -
Accept
string
Path parameters
-
id
string Required The ID of the cases type.
PUT
/api/v1/cases-type/{id}
curl \
--request PUT 'https://api.plannrcrm.com/api/v1/cases-type/id' \
--header "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data '{"name":"Mortgage Plan"}'
Request examples
# Headers
Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}
Content-Type: application/json
Accept: application/json
# Payload
{
"name": "Mortgage Plan"
}
Response examples (200)
{
"name": "Mortgage Plan",
"uuid": "6a019fa9-6e46-409d-a8e3-21e6a4405dde",
"created_at": "2025-06-17T14:20:18+01:00",
"updated_at": "2025-06-17T14:20:18+01:00"
}