2024-05-02
about 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_id
todata[].comments[]
in response body - ✨ [Added] property
author_type
todata[].comments[]
in response body:"user"
,"api"
- ✨ [Added] required status to
data[].comments[].note_id
in response body - ✨ [Added] required status to
data[].comments[].author_type
in response body - ✨ [Added] property
case_id
todata[]
in response body - ✨ [Added] property
author_type
todata[]
in response body:"user"
,"api"
- ✨ [Added] required status to
data[].case_id
in response body - ✨ [Added] required status to
data[].author_type
in 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