latestOpenAPI 3.0.32026-08-201592,4923.4 MB
53223abaceb7
Folders
Create Folder
Create a new Folder. If parentFolderId is missing, the folder will be created at the root level of the Space. Folder name clashes are allowed.
post/spaces/{spaceId}/folders
Path parameters
spaceIdstring uuid required
The space ID
Request body
Example request
{
"name": "My folder"
}Response
Folder created successfully
Example response
{
"name": "My folder"
}