v1

latestOpenAPI 3.1.02026-08-066484183.6 MB
Folders

Create a folder

Creates a folder inside a project. Requires a name and the project_id.

{
  "data": {
    "type": "folders",
    "attributes": {
      "name": "Design",
      "project_id": 31002
    }
  }
}
post/api/v2/folders

Headers

X-Organization-Idstring required

Organization ID

Response

A single folder resource response.