Skip to content

Commit

Permalink
path parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenlprice committed Jul 9, 2020
1 parent b0b83c6 commit c634a89
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion reference/devices.v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,26 @@ info:
servers:
- url: 'http://localhost:3000'
paths:
/api/devices:
'/api/devices/{accountid}':
get:
summary: getDevices
tags: []
responses: {}
operationId: get-api-devices
description: ''
post:
summary: newDevice
tags: []
responses: {}
operationId: post-api-devices
parameters:
- schema:
type: string
example: jetsonsHome
name: accountid
in: path
required: true
description: unique account id
components:
schemas: {}
parameters:
Expand Down

0 comments on commit c634a89

Please sign in to comment.