Added

Manage Template Workspace Sharing via the API

[8.9.0] (2026-07-27)

Added

  • Template sharing settings are now manageable through the API. You can read which workspaces a template is shared with, and replace that list to share or unshare a template — including passing an empty workspace_ids array to unshare it everywhere. Can edit template and can share templates permissions are required.

GET /public/v1/templates/{template_id}/shares

  • endpoint added

PUT /public/v1/templates/{template_id}/shares

  • endpoint added