API Changelog 8.18.1

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_id response's property pattern ^[A-Za-z0-9]{22}$ was added for the status 200
  • added the non-success response with the status 400

PATCH /public/beta/privacy-settings/workspaces/{workspace_id}

  • the workspace_id response's property pattern ^[A-Za-z0-9]{22}$ was added for the status 200