Update a test case of an agent
PATCHhttps://platform.docana.com/api/v1/agents/:agentId/test-cases/:testCaseId/
Applies a partial update: only the provided fields change. Pass null for description or scheduler to clear them. Returns the updated test case.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The updated test case
Invalid body
The API key or session is missing, expired, or malformed.
No access to the application
Test case not found
Unexpected server error.