Create a test-case folder for an agent
POSThttps://platform.docana.com/api/v1/agents/:agentId/test-case-folders/
Creates a folder for organizing the agent's test cases. Folder names must be unique among siblings and must not contain '/'. Pass parentId to create a subfolder. The application scope comes from applicationId in the body, or from the query string when the body omits it — matching the other test-case endpoints.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 409
- 500
The created folder
Invalid body or parent folder
The API key or session is missing, expired, or malformed.
No access to the application
A resource referenced by the path does not exist or is not visible to the caller.
A sibling folder with the same name already exists
Unexpected server error.