2024-05-02
over 1 year ago
Paths
- Create a webhook (
POST /v1/webhooks), Update a webhook (PATCH /v1/webhooks/{id})- ⚠️ [Deprecated]:Event
Case.TagsAdded, replaced by eventCase.TagsUpdated - ⚠️ [Deprecated]:Event
Case.TagsRemoved, replaced by eventCase.TagsUpdated - ✨ [Added] possible values of
events[]in request body:"Case.TagsUpdated"
- ⚠️ [Deprecated]:Event
- Retrieve case's notes (
GET /v1/cases/{id}/notes)- ✨ [Added] property
note_idtodata[].comments[]in response body - ✨ [Added] property
author_typetodata[].comments[]in response body:"user","api" - ✨ [Added] required status to
data[].comments[].note_idin response body - ✨ [Added] required status to
data[].comments[].author_typein response body - ✨ [Added] property
case_idtodata[]in response body - ✨ [Added] property
author_typetodata[]in response body:"user","api" - ✨ [Added] required status to
data[].case_idin response body - ✨ [Added] required status to
data[].author_typein response body
- ✨ [Added] property
- Create a note (
POST /v1/notes)- ✨ [Added] operation POST /v1/notes
- Create a note comment (
POST /v1/notes/{id}/comments)- ✨ [Added] operation POST /v1/notes/{id}/comments
