Skip to content

Commit

Permalink
Merge branch 'main' into update/meetOurTeam
Browse files Browse the repository at this point in the history
  • Loading branch information
darrell-thobe-sp committed Feb 12, 2025
2 parents 646c9a3 + 3ff52d4 commit 845de15
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 6 deletions.
27 changes: 24 additions & 3 deletions static/api-specs/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 static/api-specs/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 845de15

Please sign in to comment.