Aller au contenu

/api/projects (POST)

POST
/api/projects
curl --request POST \
--url https://example.com/api/projects \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "name": "example", "color": "example", "visibility": 0, "clientId": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0", "description": "example" }'
Media type application/json
object
name
string
nullable
color
string
nullable
visibility
integer format: int32
Allowed values: 0 1
clientId
string format: uuid
nullable
description
string
nullable

OK