mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
Automated commit by github action: 5416424636
This commit is contained in:
@@ -23,7 +23,7 @@ get:
|
|||||||
description: >-
|
description: >-
|
||||||
The account ID.
|
The account ID.
|
||||||
If specified, returns only entitlements associated with the given Account.
|
If specified, returns only entitlements associated with the given Account.
|
||||||
Can not be specified with the **filters**, **segmented-for-identity**, **for-segment-ids**, or
|
Cannot be specified with the **filters**, **segmented-for-identity**, **for-segment-ids**, or
|
||||||
**include-unsegmented** param(s).
|
**include-unsegmented** param(s).
|
||||||
example: ef38f94347e94562b5bb8424a56397d8
|
example: ef38f94347e94562b5bb8424a56397d8
|
||||||
required: false
|
required: false
|
||||||
@@ -36,7 +36,7 @@ get:
|
|||||||
are visible to the Identity with the specified ID. By convention, the value **me** can stand in for the current
|
are visible to the Identity with the specified ID. By convention, the value **me** can stand in for the current
|
||||||
user's Identity ID.
|
user's Identity ID.
|
||||||
|
|
||||||
Can not be specified with the **account-id** or **for-segment-ids** param(s). It is also illegal to specify a
|
Cannot be specified with the **account-id** or **for-segment-ids** param(s). It is also illegal to specify a
|
||||||
value that refers to a different user's Identity.
|
value that refers to a different user's Identity.
|
||||||
example: me
|
example: me
|
||||||
required: false
|
required: false
|
||||||
@@ -49,7 +49,7 @@ get:
|
|||||||
If present and not empty, additionally filters Access Profiles to those which are assigned to the Segment(s)
|
If present and not empty, additionally filters Access Profiles to those which are assigned to the Segment(s)
|
||||||
with the specified IDs.
|
with the specified IDs.
|
||||||
|
|
||||||
Can not be specified with the **account-id** or **segmented-for-identity** param(s).
|
Cannot be specified with the **account-id** or **segmented-for-identity** param(s).
|
||||||
example: 041727d4-7d95-4779-b891-93cf41e98249,a378c9fa-bae5-494c-804e-a1e30f69f649
|
example: 041727d4-7d95-4779-b891-93cf41e98249,a378c9fa-bae5-494c-804e-a1e30f69f649
|
||||||
required: false
|
required: false
|
||||||
- in: query
|
- in: query
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ patch:
|
|||||||
* `saved`
|
* `saved`
|
||||||
|
|
||||||
|
|
||||||
>**NOTE: All other fields can not be modified.**
|
>**NOTE: All other fields cannot be modified.**
|
||||||
parameters:
|
parameters:
|
||||||
- in: path
|
- in: path
|
||||||
name: sessionId
|
name: sessionId
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ patch:
|
|||||||
* `manuallyCorrelated`
|
* `manuallyCorrelated`
|
||||||
|
|
||||||
|
|
||||||
>**NOTE: All other fields can not be modified.**
|
>**NOTE: All other fields cannot be modified.**
|
||||||
|
|
||||||
|
|
||||||
The request must provide a JSONPatch payload.
|
The request must provide a JSONPatch payload.
|
||||||
|
|||||||
@@ -2,10 +2,12 @@ put:
|
|||||||
tags:
|
tags:
|
||||||
- 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