Fix testproj duplicate operation id

Fixes #139
This commit is contained in:
Cristi Vîjdea
2018-06-16 15:41:51 +03:00
parent d627a1bc5d
commit 6ac58b8cf7
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -697,9 +697,9 @@ paths:
description: A unique integer value identifying this todo.
required: true
type: integer
/todo/{todo_id}/yetanother/{yetanother_id}/:
/todo/{todo_id}/yetanothers/{yetanother_id}/:
get:
operationId: todo_yetanother_read
operationId: todo_yetanothers_read
description: ''
parameters: []
responses: