Create folder

Create a folder. Pass parentId to nest it inside another folder, or leave it out for a top-level one. Folder names are for people to read: two folders may share a name, and everything that refers to a folder uses its id.

post/tests/folders

Request body

namestring required

Display name, up to 60 characters.

parentIdstring nullable

Nest the new folder inside this one. Omit it, or send null, for a top-level folder.

Response

Successful response

folderIdstring

The unique identifier of the created folder.

Changes

No recorded changes to this endpoint across all 1 revision of this API.