fixes to SQL and api spec

This commit is contained in:
Oliver Gorwits
2018-12-31 23:21:44 +00:00
parent 0151fc86a7
commit f56c48b83d
3 changed files with 7 additions and 4 deletions

View File

@@ -25,6 +25,9 @@ swagger_path {
description => 'All parameters will be searched for case insensitively in their values',
},
],
responses => {
default => { description => 'A row from the node_ip table' },
},
},
get '/api/nodeip/search' => require_role api => sub {
my $para = params;