Skip to main content

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"
}