Update a test-case folder of an agent
PATCHhttps://platform.docana.com/api/v1/agents/:agentId/test-case-folders/:folderId/
Applies a partial update: only the provided fields change. Pass parentId: null to move the folder to the root. Moving a folder inside itself or one of its subfolders is rejected, as are sibling-name conflicts at the destination. The application scope comes from applicationId in the body, or from the query string when the body omits it.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
- 500
The updated folder
Invalid body, parent folder, or move
The API key or session is missing, expired, or malformed.
No access to the application
Folder not found
A sibling folder with the same name already exists
Unexpected server error.