Fix typo: duplicate name
This commit is contained in:
parent
68846057d1
commit
c34cd5ebc2
2
public/swagger.v1.json
vendored
2
public/swagger.v1.json
vendored
|
|
@ -2364,7 +2364,7 @@
|
|||
{
|
||||
"type": "integer",
|
||||
"description": "index of the issue",
|
||||
"name": "repo",
|
||||
"name": "index",
|
||||
"in": "path",
|
||||
"required": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ func ListTrackedTimes(ctx *context.APIContext) {
|
|||
// description: name of the repo
|
||||
// type: string
|
||||
// required: true
|
||||
// - name: repo
|
||||
// - name: index
|
||||
// in: path
|
||||
// description: index of the issue
|
||||
// type: integer
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user