English
cURL
curl --request POST \ --url https://api.example.com/v1/projects \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>" } '
{ "data": { "name": "<string>", "id": "<string>", "description": "<string>" } }
Create a new project with the specified configuration.
1
The newly created project
Show child attributes
Was this page helpful?