Improved
API Changelog 7.24.0
April 29th, 2026
Changed
- Updating document fields is now atomic: either all fields are updated or none are, so partial updates no longer leave documents in an inconsistent state. On success, the endpoint now returns
204 No Contentinstead of200 OK— update any clients that rely on parsing the response payload.
PATCH /public/v1/documents/{id}/fields
- ⚠️ removed the success response with the status
200 - added the success response with the status
204
