Changed the return type for configure

This commit is contained in:
stephb9959
2021-04-03 11:08:59 -07:00
parent cf25e7075c
commit a9c3968e61

View File

@@ -1282,7 +1282,11 @@ paths:
$ref: '#/components/schemas/DeviceConfigureRequest'
responses:
200:
$ref: '#/components/responses/CommandSubmitSuccess'
description: Successful device creation will return the device record with the proper device ID
content:
application/json:
schema:
$ref: '#/components/schemas/Device'
403:
$ref: '#/components/responses/Unauthorized'
404: