Jump to Content
Dotfile APIProduct updates
DocumentationAPI ReferenceAPI Changelog
v1.0

Product updatesLog InDotfile API
API Changelog
Log In
v1.0DocumentationAPI ReferenceAPI Changelog
All
Pages
Start typing to search…
Back to All

2025-09-24

2 days ago

Changed operations

  • List all cases (GET /v1/cases)
    • ✨ [Added] required property last_contact_action_at to data[] in response body
  • Create a case (POST /v1/cases), Retrieve a case (GET /v1/cases/{id}), Update a case (PATCH /v1/cases/{id})
    • ✨ [Added] required property last_contact_action_at in response body

Changed components schemas

  • CaseWebhook
    • ✨ [Added] required property last_contact_action_at to case