Commit 8430e74c authored by Trishna Saeharaseelan's avatar Trishna Saeharaseelan
Browse files

fix(swagger): add message_type field to survey message

...@@ -988,6 +988,14 @@ ...@@ -988,6 +988,14 @@
"format":"float", "format":"float",
"type":"number" "type":"number"
}, },
"message_type":{
"description":"Type of message",
"enum":[
"survey"
],
"example":"survey",
"type":"string"
},
"platform_ID":{ "platform_ID":{
"description":"Unique identifier for this platform", "description":"Unique identifier for this platform",
"example":"ecosub-2", "example":"ecosub-2",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment