post
https://{targetURL}/api/v1/projects
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
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200The project was successfully created
400Your querry has malformed parameters
401You don't have permission to update metaFiles
404While creating the project data was corrupted and could not be retrieved from the database