Skip to content

Commit 5f4596d

Browse files
committed
feat: filter app schemas by deployment name
1 parent e31088e commit 5f4596d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uipath/_services/actions_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def _retrieve_app_key_spec(app_name: str) -> RequestSpec:
134134
return RequestSpec(
135135
method="GET",
136136
endpoint=Endpoint("/apps_/default/api/v1/default/deployed-action-apps-schemas"),
137-
params={"search": app_name},
137+
params={"search": app_name, "filterByDeploymentTitle": "true"},
138138
headers={HEADER_TENANT_ID: tenant_id},
139139
)
140140

0 commit comments

Comments
 (0)