From 659bc727bd12bf219d80d38d8b634bd578ddb84f Mon Sep 17 00:00:00 2001 From: Lauris BH Date: Thu, 12 Jul 2018 16:40:41 +0300 Subject: Fix query parameter name comment in issue API (#4421) --- public/swagger.v1.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'public/swagger.v1.json') diff --git a/public/swagger.v1.json b/public/swagger.v1.json index c2efd66da0..ce56b3dea9 100644 --- a/public/swagger.v1.json +++ b/public/swagger.v1.json @@ -1847,7 +1847,7 @@ { "type": "string", "description": "if provided, only comments updated since the provided time are returned.", - "name": "string", + "name": "since", "in": "query" } ], @@ -2160,7 +2160,7 @@ { "type": "string", "description": "if provided, only comments updated since the specified time are returned.", - "name": "string", + "name": "since", "in": "query" } ], -- cgit v1.2.3