Fix query parameter name comment in issue API (#4421)
This commit is contained in:
parent
e6b51200ab
commit
659bc727bd
2 changed files with 4 additions and 4 deletions
4
public/swagger.v1.json
vendored
4
public/swagger.v1.json
vendored
|
@ -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"
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue