mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-10 12:27:48 +00:00
Apply automatic changes
This commit is contained in:
committed by
github-actions[bot]
parent
7862cab10d
commit
ed89da8bea
@@ -100465,6 +100465,13 @@
|
|||||||
],
|
],
|
||||||
"description": "Performs a search with a provided query and returns the count of results in the X-Total-Count header.",
|
"description": "Performs a search with a provided query and returns the count of results in the X-Total-Count header.",
|
||||||
"operationId": "searchCount",
|
"operationId": "searchCount",
|
||||||
|
"security": [
|
||||||
|
{
|
||||||
|
"UserContextAuth": [
|
||||||
|
"sp:search:read"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
"summary": "Count Documents Satisfying a Query",
|
"summary": "Count Documents Satisfying a Query",
|
||||||
"requestBody": {
|
"requestBody": {
|
||||||
"content": {
|
"content": {
|
||||||
@@ -101612,6 +101619,13 @@
|
|||||||
],
|
],
|
||||||
"description": "Performs a search query aggregation and returns the aggregation result. By default, you can page a maximum of 10,000 search result records. 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. ",
|
"description": "Performs a search query aggregation and returns the aggregation result. By default, you can page a maximum of 10,000 search result records. 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",
|
"operationId": "searchAggregate",
|
||||||
|
"security": [
|
||||||
|
{
|
||||||
|
"UserContextAuth": [
|
||||||
|
"sp:search:read"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
"summary": "Perform a Search Query Aggregation",
|
"summary": "Perform a Search Query Aggregation",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
{
|
{
|
||||||
@@ -105360,6 +105374,13 @@
|
|||||||
],
|
],
|
||||||
"description": "Fetches a single document from the specified index, using the specified document ID.",
|
"description": "Fetches a single document from the specified index, using the specified document ID.",
|
||||||
"operationId": "searchGet",
|
"operationId": "searchGet",
|
||||||
|
"security": [
|
||||||
|
{
|
||||||
|
"UserContextAuth": [
|
||||||
|
"sp:search:read"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
"summary": "Get a Document by ID",
|
"summary": "Get a Document by ID",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -75350,6 +75350,9 @@ paths:
|
|||||||
- Search
|
- Search
|
||||||
description: Performs a search with a provided query and returns the count of results in the X-Total-Count header.
|
description: Performs a search with a provided query and returns the count of results in the X-Total-Count header.
|
||||||
operationId: searchCount
|
operationId: searchCount
|
||||||
|
security:
|
||||||
|
- UserContextAuth:
|
||||||
|
- 'sp:search:read'
|
||||||
summary: Count Documents Satisfying a Query
|
summary: Count Documents Satisfying a Query
|
||||||
requestBody:
|
requestBody:
|
||||||
content:
|
content:
|
||||||
@@ -76269,6 +76272,9 @@ paths:
|
|||||||
- Search
|
- Search
|
||||||
description: 'Performs a search query aggregation and returns the aggregation result. By default, you can page a maximum of 10,000 search result records. 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. '
|
description: 'Performs a search query aggregation and returns the aggregation result. By default, you can page a maximum of 10,000 search result records. 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
|
operationId: searchAggregate
|
||||||
|
security:
|
||||||
|
- UserContextAuth:
|
||||||
|
- 'sp:search:read'
|
||||||
summary: Perform a Search Query Aggregation
|
summary: Perform a Search Query Aggregation
|
||||||
parameters:
|
parameters:
|
||||||
- in: query
|
- in: query
|
||||||
@@ -79068,6 +79074,9 @@ paths:
|
|||||||
- Search
|
- Search
|
||||||
description: 'Fetches a single document from the specified index, using the specified document ID.'
|
description: 'Fetches a single document from the specified index, using the specified document ID.'
|
||||||
operationId: searchGet
|
operationId: searchGet
|
||||||
|
security:
|
||||||
|
- UserContextAuth:
|
||||||
|
- 'sp:search:read'
|
||||||
summary: Get a Document by ID
|
summary: Get a Document by ID
|
||||||
parameters:
|
parameters:
|
||||||
- in: path
|
- in: path
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
|||||||
https://god.gw.postman.com/run-collection/23226990-3c1dd92c-98b0-4f53-b3be-5c5acce23e87?action=collection%2Ffork&collection-url=entityId%3D23226990-3c1dd92c-98b0-4f53-b3be-5c5acce23e87%26entityType%3Dcollection%26workspaceId%3D80af54be-a333-4712-af5e-41aa9eccbdd0
|
https://god.gw.postman.com/run-collection/23226990-f82f3c0b-1d36-4cb4-bef4-30e84854f7f4?action=collection%2Ffork&collection-url=entityId%3D23226990-f82f3c0b-1d36-4cb4-bef4-30e84854f7f4%26entityType%3Dcollection%26workspaceId%3D80af54be-a333-4712-af5e-41aa9eccbdd0
|
||||||
@@ -1 +1 @@
|
|||||||
https://god.gw.postman.com/run-collection/23226990-71868e44-05e0-42c2-852e-da46cfcf2fea?action=collection%2Ffork&collection-url=entityId%3D23226990-71868e44-05e0-42c2-852e-da46cfcf2fea%26entityType%3Dcollection%26workspaceId%3D80af54be-a333-4712-af5e-41aa9eccbdd0
|
https://god.gw.postman.com/run-collection/23226990-2d3c7a9a-cf52-4f6d-9864-d031216b100e?action=collection%2Ffork&collection-url=entityId%3D23226990-2d3c7a9a-cf52-4f6d-9864-d031216b100e%26entityType%3Dcollection%26workspaceId%3D80af54be-a333-4712-af5e-41aa9eccbdd0
|
||||||
@@ -1 +1 @@
|
|||||||
https://god.gw.postman.com/run-collection/23226990-fd62b0d6-3fab-40d3-ac1a-e8a5af71cd22?action=collection%2Ffork&collection-url=entityId%3D23226990-fd62b0d6-3fab-40d3-ac1a-e8a5af71cd22%26entityType%3Dcollection%26workspaceId%3D80af54be-a333-4712-af5e-41aa9eccbdd0
|
https://god.gw.postman.com/run-collection/23226990-5a76877e-c73f-48ec-b639-34ee0d85663d?action=collection%2Ffork&collection-url=entityId%3D23226990-5a76877e-c73f-48ec-b639-34ee0d85663d%26entityType%3Dcollection%26workspaceId%3D80af54be-a333-4712-af5e-41aa9eccbdd0
|
||||||
Reference in New Issue
Block a user