cURL
curl --request POST \ --url https://api.staging.qyl.dev/api/v1/workspaces/projects \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "slug": "<string>", "description": "<string>" } '
{ "id": "<string>", "name": "<string>", "slug": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "description": "<string>", "archived_at": "2023-11-07T05:31:56Z" }
Create a new project
Project creation request
Project name
Project slug (URL-safe)
Project description
The request has succeeded.
Project registry: top-level organizational unit
Project ID
URL-safe slug (unique)
Creation timestamp
Last update timestamp
Archive timestamp (null if active)
Was this page helpful?