Folders
Create Folder
Create a new folder in the given workspace.
post/api/v1/folders
Request body
Example request
{
"name": "Design",
"workspace_id": 123456,
"default_order": 1,
"child_order": 1
}Response
Successful Response
Example response
{
"id": "1234",
"name": "Design",
"workspace_id": "123456",
"default_order": 1,
"child_order": 1
}Changes
No recorded changes to this endpoint across all 10 revisions of this API.