From 2f61b116b37e575c13cad94edca2c24c1bbafa09 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Wed, 20 Mar 2019 17:20:03 +0000 Subject: [PATCH] add comment --- lib/App/Netdisco/Web/Plugin/Device/Details.pm | 1 + 1 file changed, 1 insertion(+) 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 => {} }, } } }, },