refactor(cli): drop listeners without an id and name the source arguments

This commit is contained in:
Hugo Durand
2026-09-22 15:28:20 -04:00
parent f89bf66d84
commit a3a2a2e33a
4 changed files with 48 additions and 13 deletions
+2 -1
View File
@@ -280,7 +280,8 @@ class HostBackendClient:
return _resources(
self._request(
"GET",
f"/v2/deployments/{deployment_id}/revisions?limit={limit}",
f"/v2/deployments/{deployment_id}/revisions",
params={"limit": limit},
)
)