Skip to content

Commit

Permalink
Automated commit 'PLTDP-4259 Updating auth scopes for search (#1522)
Browse files Browse the repository at this point in the history
* PLTDP-4259 Updating auth scopes for search

* PLTDP-4259 Excluding redundant auth' by github action: 7467066000
  • Loading branch information
tyler-mairose-sp committed Jan 9, 2024
1 parent e8873fa commit 7862cab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions idn/v3/paths/search-aggregate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ post:
To page past 10,000 records, you can use searchAfter paging.
Refer to [Paginating Search Queries](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-search-queries) for more information about how to implement searchAfter paging.
operationId: searchAggregate
security:
- UserContextAuth: [ sp:search:read ]
summary: "Perform a Search Query Aggregation"
parameters:
- $ref: '../parameters/offset.yaml'
Expand Down
2 changes: 2 additions & 0 deletions idn/v3/paths/search-count.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ post:
description: >-
Performs a search with a provided query and returns the count of results in the X-Total-Count header.
operationId: searchCount
security:
- UserContextAuth: [ sp:search:read ]
summary: "Count Documents Satisfying a Query"
requestBody:
content:
Expand Down
2 changes: 2 additions & 0 deletions idn/v3/paths/search-get.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ get:
description: >-
Fetches a single document from the specified index, using the specified document ID.
operationId: searchGet
security:
- UserContextAuth: [ sp:search:read ]
summary: "Get a Document by ID"
parameters:
- $ref: '../parameters/path/search/index.yaml'
Expand Down

0 comments on commit 7862cab

Please sign in to comment.