diff --git a/static/api-specs/idn/v3/paths/saved-searches-id.yaml b/static/api-specs/idn/v3/paths/saved-searches-id.yaml index 02f076c788c..be02c8b16ac 100644 --- a/static/api-specs/idn/v3/paths/saved-searches-id.yaml +++ b/static/api-specs/idn/v3/paths/saved-searches-id.yaml @@ -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: @@ -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. @@ -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. diff --git a/static/api-specs/idn/v3/paths/scheduled-searches-id.yaml b/static/api-specs/idn/v3/paths/scheduled-searches-id.yaml index 7ff4db4d5b4..878ec708c04 100644 --- a/static/api-specs/idn/v3/paths/scheduled-searches-id.yaml +++ b/static/api-specs/idn/v3/paths/scheduled-searches-id.yaml @@ -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: @@ -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. @@ -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.