Projects
Create a new project
An endpoint for creating a new project
post/v1/projects
Request body
Example request
{
"description": "My new Data Productivity Cloud project",
"name": "Project-1"
}Response
Project created
Changes
No recorded changes to this endpoint across all 1 revision of this API.