Add overriden path parameter example

This commit is contained in:
Cristi Vîjdea
2018-01-11 21:20:54 +01:00
parent 57d77cc48a
commit 6a478e14d7
2 changed files with 16 additions and 1 deletions
+6 -1
View File
@@ -339,7 +339,12 @@ paths:
delete:
operationId: snippetsDelete
description: delete method docstring
parameters: []
parameters:
- name: id
in: path
description: path parameter override
required: true
type: integer
responses:
'204':
description: ''