Projects
Update a project
Rename a project, change its description, or set or clear its icon. Needs edit access.
PATCH
https://cloud.generalinput.com/v1/projects/:idAuthenticationRequires
projects:manage on a personal API key. A CLI session always passes.Body
| Field | Type | Notes |
|---|---|---|
name | string | 1 to 255 characters. |
description | string, null | null clears it. |
icon | string, null | A single emoji; null clears it. |
Response
The updated project summary.