From 5d1817f7e9c0f0a364bca36e6a7953c26d02bc6e Mon Sep 17 00:00:00 2001 From: Faiz Abbasi Date: Wed, 12 Jun 2019 17:11:22 -0700 Subject: [PATCH] Add endMs as optional parameter to /v1/fleet/hos_logs_summary endpoint --- swagger.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/swagger.json b/swagger.json index 632731e..8d13442 100644 --- a/swagger.json +++ b/swagger.json @@ -1784,6 +1784,13 @@ }, { "$ref": "#/parameters/groupIdQueryParam" + }, + { + "type": "integer", + "format": "int64", + "description": "Timestamp in Unix epoch miliseconds representing the end of the period to fetch. Omitting endMs sets endMs as the current time", + "name": "endMs", + "in": "query" } ], "responses": {