remove extra space

This commit is contained in:
David Strome 2019-12-05 16:37:25 -08:00
parent 5560ed6f6e
commit 5722474f10

View File

@ -58,7 +58,7 @@ Empty
## Response ## Response
If successful and machines were found - 200 OK with list of the machines in the response body. If successful and machines were found - 200 OK with list of the machines in the response body.
If no machine found - 404 Not Found. If no machine found - 404 Not Found.
If the timestamp is not in the past 30 days - 400 Bad Request. If the timestamp is not in the past 30 days - 400 Bad Request.
## Example ## Example