Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions cover/v1/cover.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1538,11 +1538,8 @@ message ExecuteRecommendationV3Response {
message ListRecommendationsV3Request {
string costgroupId = 1;
repeated string statuses = 2;
optional string lastDetectedStartDate = 3;
optional string lastDetectedEndDate = 4;
optional string dateDetectedStartDate = 5;
optional string dateDetectedEndDate = 6;

optional string dateStart = 3;
optional string dateEnd = 4;
}

message RecommendationSummary {
Expand Down
10 changes: 2 additions & 8 deletions openapiv2/apidocs.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -41842,16 +41842,10 @@
"type": "string"
}
},
"lastDetectedStartDate": {
"dateStart": {
"type": "string"
},
"lastDetectedEndDate": {
"type": "string"
},
"dateDetectedStartDate": {
"type": "string"
},
"dateDetectedEndDate": {
"dateEnd": {
"type": "string"
}
}
Expand Down
Loading