diff --git a/idn/beta/paths/access-profiles.yaml b/idn/beta/paths/access-profiles.yaml index 065c9072..6a332b65 100644 --- a/idn/beta/paths/access-profiles.yaml +++ b/idn/beta/paths/access-profiles.yaml @@ -54,6 +54,9 @@ get: **source.id**: *eq, in* + + + Composite operators supported: *and, or* example: name eq "SailPoint Support" required: false - in: query diff --git a/idn/beta/paths/roles.yaml b/idn/beta/paths/roles.yaml index 0d2946ba..80323d2d 100644 --- a/idn/beta/paths/roles.yaml +++ b/idn/beta/paths/roles.yaml @@ -31,13 +31,27 @@ get: type: string description: >- Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) + + Filtering is supported for the following fields and operators: + **id**: *eq, in* + + **name**: *eq, sw* + + **created, modified**: *gt, lt, ge, le* + + **owner.id**: *eq, in* + + **requestable**: *eq* + + + Composite operators supported: *and, or* example: requestable eq false required: false - in: query diff --git a/idn/v3/paths/access-profiles.yaml b/idn/v3/paths/access-profiles.yaml index ae4780ea..dece899f 100644 --- a/idn/v3/paths/access-profiles.yaml +++ b/idn/v3/paths/access-profiles.yaml @@ -54,6 +54,9 @@ get: **source.id**: *eq, in* + + + Composite operators supported: *and, or* example: name eq "SailPoint Support" required: false - in: query diff --git a/idn/v3/paths/roles.yaml b/idn/v3/paths/roles.yaml index 0d2946ba..80323d2d 100644 --- a/idn/v3/paths/roles.yaml +++ b/idn/v3/paths/roles.yaml @@ -31,13 +31,27 @@ get: type: string description: >- Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) + + Filtering is supported for the following fields and operators: + **id**: *eq, in* + + **name**: *eq, sw* + + **created, modified**: *gt, lt, ge, le* + + **owner.id**: *eq, in* + + **requestable**: *eq* + + + Composite operators supported: *and, or* example: requestable eq false required: false - in: query