Added

API Changelog 7.13.1

Added

  • Document settings now support the expires_in field (in days). You can retrieve the current expiration when getting document settings and set or update it when updating document settings, giving you programmatic control over when documents expire.

GET /public/v2/documents/{document_id}/settings

  • added the required property 'expires_in' to the response with the '200' status

PATCH /public/v2/documents/{document_id}/settings

  • added the new optional request property 'expires_in'
  • added the required property 'expires_in' to the response with the '200' status