API Changelog 8.18.1
September 22nd, 2026
Fixed
- Privacy settings endpoints now properly validate workspace IDs with consistent format requirements, ensuring reliable API interactions across workspace management operations
GET /public/beta/privacy-settings/workspaces/{workspace_id}
- the
workspace_idresponse's property pattern^[A-Za-z0-9]{22}$was added for the status200 - added the non-success response with the status
400
PATCH /public/beta/privacy-settings/workspaces/{workspace_id}
- the
workspace_idresponse's property pattern^[A-Za-z0-9]{22}$was added for the status200
