Folder - Creates a new folder in the specified workspace

Creates a new folder in the specified workspace.

post
Authorizations
HTTPRequired

Please enter a valid token

Path parameters
tenantIdstring · uuidRequired

The unique identifier of the workspace where the folder will be created.

Query parameters
versionstringOptional

The requested API version

Default: 1.0
Header parameters
embedfast-user-idstringOptional

Optional User Id

Body

Represents a request to create a new folder.

namestring · nullableOptional

The name of the folder to be created.

descriptionstring · nullableOptional

The description of the folder.

Responses
chevron-right
201

Created: The folder was successfully created.

Represents the response containing folder details.

idstring · uuidOptional

The unique identifier of the folder.

namestring · nullableOptional

The name of the folder.

descriptionstring · nullableOptional

The description of the folder.

createdDatestring · date-timeOptional

The date and time when the folder was created.

modifiedDatestring · date-timeOptional

The date and time when the folder was last modified.

post
/tenants/{tenantId}/folders/createFolder

Last updated