We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e31088e commit 5f4596dCopy full SHA for 5f4596d
src/uipath/_services/actions_service.py
@@ -134,7 +134,7 @@ def _retrieve_app_key_spec(app_name: str) -> RequestSpec:
134
return RequestSpec(
135
method="GET",
136
endpoint=Endpoint("/apps_/default/api/v1/default/deployed-action-apps-schemas"),
137
- params={"search": app_name},
+ params={"search": app_name, "filterByDeploymentTitle": "true"},
138
headers={HEADER_TENANT_ID: tenant_id},
139
)
140
0 commit comments