Commit 421cf7e0 authored by Trishna Saeharaseelan's avatar Trishna Saeharaseelan
Browse files

Merge branch '39-fix-swagger-for-survery-message' into 'dev'

add message_type field to survey message to swagger

Closes #39

See merge request !26
......@@ -988,6 +988,14 @@
"format":"float",
"type":"number"
},
"message_type":{
"description":"Type of message",
"enum":[
"survey"
],
"example":"survey",
"type":"string"
},
"platform_ID":{
"description":"Unique identifier for this platform",
"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