Project Management
Download SpecCreate a new project
id
string
name
string
description
string
Request
{
"name": "Awesome Project",
"description": "A project that is truly awesome."
}
Response
Project created
{
"id": "string",
"name": "string",
"description": "string"
}
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
id
string
name
string
description
string
Get project by ID
projectId
string
required
Response
A project
{
"id": "string",
"name": "string",
"description": "string"
}
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
id
string
name
string
description
string
Update a project by ID
id
string
name
string
description
string
projectId
string
required
Request
{
"id": "string",
"name": "string",
"description": "string"
}
Response
Project updated
{
"id": "string",
"name": "string",
"description": "string"
}
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
id
string
name
string
description
string
Delete a project by ID
projectId
string
required
Response
Project deleted
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
No schema
Was this page helpful?