Create a new project

Creates a project in your active group, optionally with labels and project metadata. A non-empty name and notes field are both required by the service — leaving either out returns 400 (the metadata array and labels are optional).

Each project metadata entry needs a name and a metatype of either TEXT or FILE. The created project is owned by the caller and starts in the active state.

Example body:

{
  "name": "mytestproject",
  "longname": "mytestprojectlong",
  "description": "my test description",
  "notes": "my test notes",
  "label": ["label1", "label2"],
  "projectMeta": [
    { "name": "testmeta", "value": "test meta value", "metatype": "TEXT" }
  ]
}
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
string
string
string
label
array of strings
label
projectMeta
array of objects
projectMeta
Headers
string
Defaults to Swagger
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses
200

The project was successfully created

400

Your querry has malformed parameters

401

You don't have permission to update metaFiles

404

While creating the project data was corrupted and could not be retrieved from the database

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!