Skip to main content
POST
Create a folder

Description

Create a folder inside the folder passed in the url to group projects inside it.

Response

200 OK

where:
  • createdAt: Date of creation of the folder in the format YYYY-MM-DDTHH:mm:ss.SSSZ.
  • id: Id of the folder created.
  • title: Name of the folder.
  • totalProjectsCount: Number of projects inside the folder. When the folder is created, this value will always be zero.

400 Bad Request

folderId from url path is not found.

401 Unauthorized

The user doesn’t have permissions.

500 Internal Server Error

Error occurred while processing the request.

Authorizations

Authorization
string
header
required

Access token obtained from the m2m-token endpoint.

Headers

Authorization
string
required

Authorization token

Body

application/json

The body is of type object.

Response

Successful response