beta

[BETA] Create a new project

post/v1/projects

Request body

namestring required
descriptionstring
privacy'public' | 'unlisted' | 'private' required

Response

A Project

namestring required
idstring uuid required

The id of the project

createdAtstring date-time required
privacy'public' | 'unlisted' | 'private' required

This resource's privacy setting. Unlisted resources do not appear on profile pages or elsewhere, but you can link to them.

descriptionstring nullable required
imageUrlstring nullable required

The URL of this project's image

Changes