publish
Make a Symbols project version live. Save changes first, then release the selected version or branch with token or API key authentication.
Instructions
Publish a version of a Symbols project to the platform.
Makes the specified version (or latest) the published/live version. Call save_to_project first to save your changes, then publish to make them live.
Requires authentication — provide either token or api_key.
Args: project: Project ID (MongoDB ObjectId) or project key (pr_xxxx). token: JWT access token from login or ~/.smblsrc. api_key: API key (sk_live_...) from project integration settings. Alternative to token. version: Version string or version ID to publish. Leave empty for latest. branch: Branch to publish from (default: "main").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | No | ||
| branch | No | main | |
| api_key | No | ||
| project | Yes | ||
| version | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |