v1

latestOpenAPI 3.0.0Apache 2.02026-07-2483101116.9 KB
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