mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
Automated commit by github action: 5416424636
This commit is contained in:
@@ -3,9 +3,11 @@ put:
|
|||||||
- Saved Search
|
- Saved Search
|
||||||
description: |
|
description: |
|
||||||
Updates an existing saved search.
|
Updates an existing saved search.
|
||||||
|
|
||||||
|
>**NOTE: You cannot update the `owner` of the saved search.**
|
||||||
summary: |
|
summary: |
|
||||||
Updates an existing saved search
|
Updates an existing saved search
|
||||||
operationId: updateSavedSearch
|
operationId: putSavedSearch
|
||||||
parameters:
|
parameters:
|
||||||
- $ref: '../parameters/path/search/id.yaml'
|
- $ref: '../parameters/path/search/id.yaml'
|
||||||
requestBody:
|
requestBody:
|
||||||
@@ -24,14 +26,20 @@ put:
|
|||||||
$ref: '../schemas/search/saved/SavedSearch.yaml'
|
$ref: '../schemas/search/saved/SavedSearch.yaml'
|
||||||
'400':
|
'400':
|
||||||
$ref: '../responses/400.yaml'
|
$ref: '../responses/400.yaml'
|
||||||
|
'401':
|
||||||
|
$ref: '../responses/401.yaml'
|
||||||
'403':
|
'403':
|
||||||
$ref: '../responses/403.yaml'
|
$ref: '../responses/403.yaml'
|
||||||
|
'429':
|
||||||
|
$ref: '../responses/429.yaml'
|
||||||
|
'500':
|
||||||
|
$ref: '../responses/500.yaml'
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
- Saved Search
|
- Saved Search
|
||||||
description: |
|
description: |
|
||||||
Returns the specified saved search.
|
Returns the specified saved search.
|
||||||
summary: Return a saved search by ID
|
summary: Return saved search by ID
|
||||||
operationId: getSavedSearch
|
operationId: getSavedSearch
|
||||||
parameters:
|
parameters:
|
||||||
- $ref: '../parameters/path/search/id.yaml'
|
- $ref: '../parameters/path/search/id.yaml'
|
||||||
@@ -42,14 +50,24 @@ get:
|
|||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
$ref: '../schemas/search/saved/SavedSearch.yaml'
|
$ref: '../schemas/search/saved/SavedSearch.yaml'
|
||||||
|
'400':
|
||||||
|
$ref: '../responses/400.yaml'
|
||||||
|
'401':
|
||||||
|
$ref: '../responses/401.yaml'
|
||||||
|
'403':
|
||||||
|
$ref: '../responses/403.yaml'
|
||||||
'404':
|
'404':
|
||||||
$ref: '../responses/404.yaml'
|
$ref: '../responses/404.yaml'
|
||||||
|
'429':
|
||||||
|
$ref: '../responses/429.yaml'
|
||||||
|
'500':
|
||||||
|
$ref: '../responses/500.yaml'
|
||||||
delete:
|
delete:
|
||||||
tags:
|
tags:
|
||||||
- Saved Search
|
- Saved Search
|
||||||
description: |
|
description: |
|
||||||
Deletes the specified saved search.
|
Deletes the specified saved search.
|
||||||
summary: Delete a document by ID
|
summary: Delete document by ID
|
||||||
operationId: deleteSavedSearch
|
operationId: deleteSavedSearch
|
||||||
parameters:
|
parameters:
|
||||||
- $ref: '../parameters/path/search/id.yaml'
|
- $ref: '../parameters/path/search/id.yaml'
|
||||||
@@ -58,7 +76,13 @@ delete:
|
|||||||
description: No Content - Indicates the request was successful but there is no content to be returned in the response.
|
description: No Content - Indicates the request was successful but there is no content to be returned in the response.
|
||||||
'400':
|
'400':
|
||||||
$ref: '../responses/400.yaml'
|
$ref: '../responses/400.yaml'
|
||||||
|
'401':
|
||||||
|
$ref: '../responses/401.yaml'
|
||||||
'403':
|
'403':
|
||||||
$ref: '../responses/403.yaml'
|
$ref: '../responses/403.yaml'
|
||||||
'404':
|
'404':
|
||||||
$ref: '../responses/404.yaml'
|
$ref: '../responses/404.yaml'
|
||||||
|
'429':
|
||||||
|
$ref: '../responses/429.yaml'
|
||||||
|
'500':
|
||||||
|
$ref: '../responses/500.yaml'
|
||||||
|
|||||||
Reference in New Issue
Block a user