Add Entity to Folder

Beta
Add an entity to a specific folder or root directory. Adding an entity to a folder will remove it from any other folders it might have been a member of.

Authentication

X-API-KEYstring
API Key authentication via header

Path parameters

folder_idstringRequired
The ID of the folder to which the entity should be added. This can be a UUID of a folder, or the name of a root directory. Supported root directories include: - PROMPT_SANDBOX - WORKFLOW_SANDBOX - DOCUMENT_INDEX - TEST_SUITE

Headers

X-API-VersionstringOptional

Request

This endpoint expects an object.
entity_idstringRequiredformat: "uuid"
The ID of the entity you would like to move.