Improved

API Changelog 7.24.0


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 Content instead of 200 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