Skip to content

Commit

Permalink
add review comments to swagger docu;
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Maute <stefan.maute@bosch.io>
  • Loading branch information
Stefan Maute committed Oct 13, 2021
1 parent 67b79e4 commit d4a8b85
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@
name: channel
in: query
description: |-
Defines which channel should be used to route the command to. Either `twin` or `live` can be used.
If channel `twin` is used the command is routed to the digital representation of a Thing in the Ditto backend.
In case channel `live` is used the command/message is send towards an actual device.
The default (if omitted) is the `twin` channel.
Defines to which channel to route the command: `twin` (digital twin) or `live` (the device).
* If setting the channel parameter is omitted, the `twin` channel is set by default and the command is routed to the digital representation of a thing in Bosch IoT Things backend.
* When using the `live` channel, the command/message is send towards the device.
required: false
schema:
type: string

0 comments on commit d4a8b85

Please sign in to comment.