latestOpenAPI 3.0.32026-08-201592,4923.4 MB
53223abaceb7
Projects
Create a new project
The visibility of the Project will be determined by the available capabilities of the requesting user. If the user can create private projects, the Project will be private. Otherwise, it will be public.
post/projects
Request body
Example request
{
"projectId": "1234123412341234",
"spaceId": "49eb49eb-49eb-49eb-49eb-49eb49eb49eb",
"parentFolderId": "4e9c4e9c-4e9c-4e9c-4e9c-4e9c4e9c4e9c",
"createdAt": "2020-01-01T01:00:00Z",
"name": "My first project",
"description": "My first project description",
"measurementSystem": "SI",
"tags": [
"FEA",
"CFD"
]
}Response
Successful creation of the project
Example response
{
"projectId": "1234123412341234",
"spaceId": "49eb49eb-49eb-49eb-49eb-49eb49eb49eb",
"parentFolderId": "4e9c4e9c-4e9c-4e9c-4e9c-4e9c4e9c4e9c",
"createdAt": "2020-01-01T01:00:00Z",
"name": "My first project",
"description": "My first project description",
"measurementSystem": "SI",
"tags": [
"FEA",
"CFD"
]
}