2024-05-02

Paths

  • Create a webhook (POST /v1/webhooks), Update a webhook (PATCH /v1/webhooks/{id})
    • ⚠️ [Deprecated]:Event Case.TagsAdded, replaced by event Case.TagsUpdated
    • ⚠️ [Deprecated]:Event Case.TagsRemoved, replaced by event Case.TagsUpdated
    • ✨ [Added] possible values of events[] in request body: "Case.TagsUpdated"
  • Retrieve case's notes (GET /v1/cases/{id}/notes)
    • ✨ [Added] property note_id to data[].comments[] in response body
    • ✨ [Added] property author_type to data[].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 to data[] in response body
    • ✨ [Added] property author_type to data[] 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
  • 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