Edit a custom call disposition
PATCH /voice/dispositions/{disposition_id}
PATCH
/voice/dispositions/{disposition_id}
Edit a custom disposition. Only supplied fields change.
is_connected is locked by voice once any call already references
the disposition (would retroactively re-classify historical calls) -
that 409 is forwarded as-is. A disposition belonging to another org
404s (voice’s _load_disposition_for_org checks the stored row’s
org against X-Org-Id before allowing the edit).
Authorizations
Parameters
Path Parameters
disposition_id
required
Custom disposition id.
integer
Custom disposition id.
Header Parameters
Request Body required
Body for editing a custom disposition. Only supplied fields change.
is_connected is locked by voice once any call already references the
disposition (changing it would retroactively re-classify historical
calls) - forwarded as-is and voice’s 409 surfaces to the caller.
Responses
200
Successful Response
object
data
required
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string