diff options
author | Lauris BH <lauris@nix.lv> | 2018-07-12 16:40:41 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-12 16:40:41 +0300 |
commit | 659bc727bd12bf219d80d38d8b634bd578ddb84f (patch) | |
tree | 59e32fff0a2a7f30e825e0d80bf88a49458b0f22 /public | |
parent | e6b51200abc879f0768c59e85afac7d89c3dbfa6 (diff) | |
download | gitea-659bc727bd12bf219d80d38d8b634bd578ddb84f.tar.gz gitea-659bc727bd12bf219d80d38d8b634bd578ddb84f.zip |
Fix query parameter name comment in issue API (#4421)
Diffstat (limited to 'public')
-rw-r--r-- | public/swagger.v1.json | 4 |
1 files changed, 2 insertions, 2 deletions
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" } ], |