Folders

Create folder

Create a group folder. groupId and name are required; description and parent are optional when supported by the folder controller.

post/api/v1/folders/create/

Response

The resource was created successfully.

successboolean
messagestring nullable

Optional informational message returned by some endpoints.

Example response

{
  "success": true
}

Changes

No recorded changes to this endpoint across all 4 revisions of this API.