Projects
Pin a resource
Put a workflow, app, or skill you own into a project, or take it out.
POST
https://cloud.generalinput.com/v1/projects/pinAuthenticationRequires
projects:manage on a personal API key. A CLI session always passes.Pinning is a sharing decision: it needs ownership of the resource and edit access on the target project. A resource lives in one project at a time.
Body
| Field | Type | Required | Notes |
|---|---|---|---|
type | string | yes | workflow, app, or skill. |
id | string | yes | The resource id. |
projectId | string, null | yes | The destination, or null to move it to the root. |
Response
204 No Content.