CreateProjectResponse
The newly created project.
idstringnullable
Id of the created project. Use this id in project-scoped routes.
namestringnullable
The project's name.
CreateProjectResponse
{
"id": "string",
"name": "string"
}
The newly created project.
Id of the created project. Use this id in project-scoped routes.
The project's name.
{
"id": "string",
"name": "string"
}