Skip to content

Commit

Permalink
response body
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenlprice committed Jul 9, 2020
1 parent e6da27e commit 01bb4e3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion reference/devices.v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@ paths:
get:
summary: getDevices
tags: []
responses: {}
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: ../models/device.v1.json
operationId: get-api-devices
description: Get a list of devices for a given account.
security:
Expand Down

0 comments on commit 01bb4e3

Please sign in to comment.