Skip to content

Commit

Permalink
Automated commit 'Merge pull request #1968 from sailpoint/devrel/fixS…
Browse files Browse the repository at this point in the history
…earchResourceOperationIds

Update resource operation ids for saved searches and scheduled searches' by github action: 13287452725
  • Loading branch information
tyler-mairose-sp committed Feb 12, 2025
1 parent 16563b1 commit 163216a
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 6 deletions.
27 changes: 24 additions & 3 deletions idn/v3/paths/saved-searches-id.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,14 @@ put:
Updates an existing saved search
operationId: putSavedSearch
parameters:
- $ref: '../parameters/path/search/id.yaml'
- in: path
name: id
description: ID of the requested document.
schema:
type: string
required: true
example: 2c91808568c529c60168cca6f90c1313
x-sailpoint-resource-operation-id: listSavedSearches
requestBody:
description: The saved search to persist.
content:
Expand Down Expand Up @@ -42,7 +49,14 @@ get:
summary: Return saved search by ID
operationId: getSavedSearch
parameters:
- $ref: '../parameters/path/search/id.yaml'
- in: path
name: id
description: ID of the requested document.
schema:
type: string
required: true
example: 2c91808568c529c60168cca6f90c1313
x-sailpoint-resource-operation-id: listSavedSearches
responses:
'200':
description: The requested saved search.
Expand Down Expand Up @@ -70,7 +84,14 @@ delete:
summary: Delete document by ID
operationId: deleteSavedSearch
parameters:
- $ref: '../parameters/path/search/id.yaml'
- in: path
name: id
description: ID of the requested document.
schema:
type: string
required: true
example: 2c91808568c529c60168cca6f90c1313
x-sailpoint-resource-operation-id: listSavedSearches
responses:
'204':
description: No Content - Indicates the request was successful but there is no content to be returned in the response.
Expand Down
27 changes: 24 additions & 3 deletions idn/v3/paths/scheduled-searches-id.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,14 @@ put:
summary: Update an existing Scheduled Search
operationId: updateScheduledSearch
parameters:
- $ref: '../parameters/path/search/id.yaml'
- in: path
name: id
description: ID of the requested document.
schema:
type: string
required: true
example: 2c91808568c529c60168cca6f90c1313
x-sailpoint-resource-operation-id: listScheduledSearch
requestBody:
description: The scheduled search to persist.
content:
Expand Down Expand Up @@ -40,7 +47,14 @@ get:
summary: Get a Scheduled Search
operationId: getScheduledSearch
parameters:
- $ref: '../parameters/path/search/id.yaml'
- in: path
name: id
description: ID of the requested document.
schema:
type: string
required: true
example: 2c91808568c529c60168cca6f90c1313
x-sailpoint-resource-operation-id: listScheduledSearch
responses:
'200':
description: The requested scheduled search.
Expand Down Expand Up @@ -68,7 +82,14 @@ delete:
operationId: deleteScheduledSearch
summary: Delete a Scheduled Search
parameters:
- $ref: '../parameters/path/search/id.yaml'
- in: path
name: id
description: ID of the requested document.
schema:
type: string
required: true
example: 2c91808568c529c60168cca6f90c1313
x-sailpoint-resource-operation-id: listScheduledSearch
responses:
'204':
description: No Content - Indicates the request was successful but there is no content to be returned in the response.
Expand Down

0 comments on commit 163216a

Please sign in to comment.