docs(gateway): updated swagger doc
Signed-off-by: Klagarge <remi@heredero.ch>
This commit is contained in:
@@ -184,7 +184,7 @@ const docTemplate = `{
|
||||
"properties": {
|
||||
"command": {
|
||||
"type": "string",
|
||||
"example": "UP"
|
||||
"example": "MEASURE_NEW"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -178,7 +178,7 @@
|
||||
"properties": {
|
||||
"command": {
|
||||
"type": "string",
|
||||
"example": "UP"
|
||||
"example": "MEASURE_NEW"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@ definitions:
|
||||
description: Command structure for publishing
|
||||
properties:
|
||||
command:
|
||||
example: UP
|
||||
example: MEASURE_NEW
|
||||
type: string
|
||||
required:
|
||||
- command
|
||||
|
||||
Reference in New Issue
Block a user