Publish (share) the Scratch project
share_projectPublish a Scratch project on scratch.mit.edu to make it publicly visible. Requires login and ownership; asks for user confirmation before sharing.
Instructions
Publish a project on scratch.mit.edu so it becomes publicly visible (PUT /proxy/projects//share). Requires login and ownership. Publishing is public and outward-facing, so it always asks the user to confirm first (set confirm: true only after the user has agreed).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Set true only after the user confirmed (used if the client cannot prompt). | |
| projectId | No | Project id to share. Defaults to the opened Scratch project. |