add comment

This commit is contained in:
Oliver Gorwits
2019-03-20 17:20:03 +00:00
parent 17f1da8d0a
commit 2f61b116b3

View File

@@ -19,6 +19,7 @@ swagger_path {
{ name => 'identifier', in => 'path', required => 1, type => 'string' }, { name => 'identifier', in => 'path', required => 1, type => 'string' },
], ],
responses => { default => { examples => { responses => { default => { examples => {
# TODO document fields returned
'application/json' => { device => {}, power => {} }, 'application/json' => { device => {}, power => {} },
} } }, } } },
}, },