You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/**If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are `externalId`, `id`, and `displayName`. For example, `?filter="externalId eq '9138790-10932-109120392-12321'"`. **/
26
+
/**If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are `externalId`, `id`, and `displayName`. For example, `?filter='externalId eq "9138790-10932-109120392-12321"'`. **/
27
27
privatestring$filter;
28
28
/**Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. **/
Copy file name to clipboardExpand all lines: clients/GitHubEnterpriseCloud/src/Internal/Operation/EnterpriseAdmin/ListProvisionedIdentitiesEnterprise.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ final class ListProvisionedIdentitiesEnterprise
/**If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are `userName`, `externalId`, `id`, and `displayName`. For example, `?filter="externalId eq '9138790-10932-109120392-12321'"`. **/
26
+
/**If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are `userName`, `externalId`, `id`, and `displayName`. For example, `?filter='externalId eq "9138790-10932-109120392-12321"'`. **/
27
27
privatestring$filter;
28
28
/**The slug version of the enterprise name. You can also substitute this value with the enterprise id. **/
Copy file name to clipboardExpand all lines: clients/GitHubEnterpriseCloud/src/Internal/Operator/EnterpriseAdmin/ListProvisionedIdentitiesEnterprise.php
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,6 @@ public function __construct(private Browser $browser, private AuthenticationInte
0 commit comments