projects

Create new project

This method is used to create a new project through API.

post/project

Request body

titlestring required

Project title.

codestring required

Project code. Unique for team. Digits and special characters are not allowed.

descriptionstring

Project description.

access'all' | 'group' | 'none'
groupstring

Team group hash. Required if access param is set to group.

settingsobject

Additional project settings.

Response

A result of project creation.

statusboolean

Changes

No recorded changes to this endpoint across all 1 revision of this API.