mirror of
https://github.com/go-gitea/gitea.git
synced 2025-06-21 13:38:00 +02:00
Fix query parameter name comment in issue API (#4421)
This commit is contained in:
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"
|
||||
}
|
||||
],
|
||||
|
Reference in New Issue
Block a user