From f092a5538a183f52ac73a34e8bd09c6c96dc13c5 Mon Sep 17 00:00:00 2001 From: Jade McGough Date: Mon, 1 Apr 2019 00:46:46 -0700 Subject: [PATCH] fix(http): start -> started in swagger --- http/swagger.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/swagger.yml b/http/swagger.yml index 755867e4ded..92094407efc 100644 --- a/http/swagger.yml +++ b/http/swagger.yml @@ -7637,7 +7637,7 @@ components: type: string enum: - ready - start: + started: type: string format: date-time example: "2019-03-13T10:09:33.891196-04:00"