diff --git a/lib/App/Netdisco/Web/Plugin/Device/Details.pm b/lib/App/Netdisco/Web/Plugin/Device/Details.pm index a5fb5e07..9d03758e 100644 --- a/lib/App/Netdisco/Web/Plugin/Device/Details.pm +++ b/lib/App/Netdisco/Web/Plugin/Device/Details.pm @@ -19,6 +19,7 @@ swagger_path { { name => 'identifier', in => 'path', required => 1, type => 'string' }, ], responses => { default => { examples => { + # TODO document fields returned 'application/json' => { device => {}, power => {} }, } } }, },