diff --git a/cover/v1/cover.proto b/cover/v1/cover.proto index 3cf9d79e..527faaf9 100644 --- a/cover/v1/cover.proto +++ b/cover/v1/cover.proto @@ -1538,8 +1538,7 @@ message ExecuteRecommendationV3Response { message ListRecommendationsV3Request { string costgroupId = 1; repeated string statuses = 2; - optional string dateStart = 3; - optional string dateEnd = 4; + map filters = 3; } message RecommendationSummary { diff --git a/openapiv2/apidocs.swagger.json b/openapiv2/apidocs.swagger.json index fe5ba909..e3054006 100644 --- a/openapiv2/apidocs.swagger.json +++ b/openapiv2/apidocs.swagger.json @@ -41842,11 +41842,11 @@ "type": "string" } }, - "dateStart": { - "type": "string" - }, - "dateEnd": { - "type": "string" + "filters": { + "type": "object", + "additionalProperties": { + "type": "string" + } } } },