Fix typo: duplicate name

This commit is contained in:
Antoine GIRARD 2018-06-11 12:12:31 +02:00
parent 68846057d1
commit c34cd5ebc2
2 changed files with 2 additions and 2 deletions

View File

@ -2364,7 +2364,7 @@
{
"type": "integer",
"description": "index of the issue",
"name": "repo",
"name": "index",
"in": "path",
"required": true
}

View File

@ -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