API structure has changed
1 structure change including:
1 Modification
Modified
1
Breaking
POST /agents/actions/{actionId}/cancel
- Path went from `/agents/{agentId}/actions/{actionId}/cancel` to `/agents/actions/{actionId}/cancel` (same operationId)
- Path
-
agentId path parameter Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-