From 436c92f2ba7aaec45a4424d6bf58598d7c6cc862 Mon Sep 17 00:00:00 2001 From: "Costa Tsaousis (ktsaou)" Date: Fri, 15 Jan 2016 01:05:12 +0200 Subject: [PATCH] fix for editor --- web/netdata-swagger.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/netdata-swagger.yaml b/web/netdata-swagger.yaml index bb1a0bcb..26dae368 100755 --- a/web/netdata-swagger.yaml +++ b/web/netdata-swagger.yaml @@ -113,7 +113,6 @@ paths: type: string enum: [ 'nonzero', 'flip', 'jsonwrap', 'min2max', 'seconds', 'milliseconds', 'abs', 'absolute', 'absolute-sum', 'null2zero', 'objectrows', 'google_json', 'percentage' ] collectionFormat: pipes - format: '' default: seconds|jsonwrap allowEmptyValue: false - name: callback @@ -121,18 +120,19 @@ paths: description: 'For JSONP responses, the callback function name.' required: false type: string - allowEmptyValue: false + allowEmptyValue: true - name: filename in: query description: 'Add Content-Disposition: attachment; filename= header to the response, that will instruct the browser to save the response with the given filename.' required: false type: string - allowEmptyValue: false + allowEmptyValue: true - name: tqx in: query description: '[Google Visualization API](https://developers.google.com/chart/interactive/docs/dev/implementing_data_source?hl=en) formatted parameter.' required: false type: string + allowEmptyValue: true responses: '200': description: 'The call was successful. The response should include the data.' -- 2.39.2