Projects
Create a project
Create a project owned by the member.
POST
https://cloud.generalinput.com/v1/projectsAuthenticationRequires
projects:manage on a personal API key. A CLI session always passes.Body
| Field | Type | Required | Notes |
|---|---|---|---|
name | string | yes | 1 to 255 characters. |
description | string | no | Up to 4000 characters. |
icon | string | no | A single emoji. |
Response
201 Created with the project summary (one entry of list projects).