Skip to content

Commit

Permalink
#104 add missing path parameter YAML section
Browse files Browse the repository at this point in the history
  • Loading branch information
hjacobs committed Dec 5, 2015
1 parent 247658f commit 1d8f758
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/fakeapi/api.yaml
Expand Up @@ -559,6 +559,10 @@ paths:
get:
summary: Test type casting of path parameter
operationId: fakeapi.hello.test_get_someint
parameters:
- name: someint
in: path
type: integer
definitions:
new_stack:
type: object
Expand Down

0 comments on commit 1d8f758

Please sign in to comment.