Pause, resume or password-protect a share
update_brand_sharePause or resume an existing client link without changing its token, or set/remove a password. Takes effect immediately, ideal for mid-revision or accidentally shared confidential projects.
Instructions
Change an existing client link WITHOUT reissuing it. enabled: false pauses it, so the client sees nothing until you resume; password sets one after the fact, and null removes it. The token is untouched, so a link already with the client starts working again the moment you resume. This is the tool to reach for when work is mid-revision and the client should not be looking yet, or when you shared something before realising it was confidential. It takes effect immediately for anyone holding the URL, including a client with the page already open. A project with no share yet answers 404: create one with share_brand_project first. Requires the kits:write scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | No | false pauses the link, true resumes it. Omit to leave it as it is. | |
| password | No | Set the client's password, or null to remove the protection entirely. Omit to leave it as it is. | |
| projectId | Yes | Owned brand project id from list_brand_projects. |