From 968aad796f45fff389df9b4a8fc524cfc4931673 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Vannicatte?= Date: Thu, 10 Mar 2022 15:33:02 +0100 Subject: [PATCH 1/2] chore: test gen from CI --- specs/recommend/paths/getRecommendations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/recommend/paths/getRecommendations.yml b/specs/recommend/paths/getRecommendations.yml index 66bba548f15..5f28c4113a7 100644 --- a/specs/recommend/paths/getRecommendations.yml +++ b/specs/recommend/paths/getRecommendations.yml @@ -1,6 +1,6 @@ post: operationId: getRecommendations - description: Returns recommendations for a specific model and objectID. + description: REGEN Returns recommendations for a specific model and objectID. summary: Returns recommendations for a specific model and objectID. requestBody: required: true From 08b71c1ef7db4ab80d4ecc0191264ac35d2e585b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Vannicatte?= <20689156+shortcuts@users.noreply.github.com> Date: Thu, 10 Mar 2022 16:14:18 +0100 Subject: [PATCH 2/2] chore: test gen from CI stacked PR (#247) --- specs/search/paths/search/search.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/search/paths/search/search.yml b/specs/search/paths/search/search.yml index 23923f35e95..7d72948f1b7 100644 --- a/specs/search/paths/search/search.yml +++ b/specs/search/paths/search/search.yml @@ -1,6 +1,6 @@ post: operationId: search - description: Get search results. + description: REGEN Get search results. summary: Get search results. parameters: - $ref: '../../../common/parameters.yml#/IndexName'