diff options
author | Federico Ceratto <federico.ceratto@gmail.com> | 2017-12-19 23:39:27 +0000 |
---|---|---|
committer | Federico Ceratto <federico.ceratto@gmail.com> | 2017-12-19 23:39:27 +0000 |
commit | 6abdfdead1326ccca98dc4cf415c216f1bf25400 (patch) | |
tree | 70b803bd499fd45e89627c1b45b90ddf20e8e959 /web/netdata-swagger.yaml | |
parent | Release v. 1.8.0+dfsg-1 to Unstable (diff) | |
parent | New upstream version 1.9.0+dfsg (diff) | |
download | netdata-6abdfdead1326ccca98dc4cf415c216f1bf25400.tar.xz netdata-6abdfdead1326ccca98dc4cf415c216f1bf25400.zip |
Update upstream source from tag 'upstream/1.9.0+dfsg'
Update to upstream version '1.9.0+dfsg'
with Debian dir 28b8242a05f9ad26cd1cdbcf078be754fc7d6251
Diffstat (limited to 'web/netdata-swagger.yaml')
-rw-r--r-- | web/netdata-swagger.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/netdata-swagger.yaml b/web/netdata-swagger.yaml index a74d66f5d..ee9d243b0 100644 --- a/web/netdata-swagger.yaml +++ b/web/netdata-swagger.yaml @@ -204,7 +204,7 @@ paths: type: array items: type: string - enum: [ 'abs', 'absolute', 'absolute-sum', 'null2zero', 'percentage', 'unaligned' ] + enum: [ 'abs', 'absolute', 'display-absolute', 'absolute-sum', 'null2zero', 'percentage', 'unaligned' ] collectionFormat: pipes default: ['absolute'] allowEmptyValue: true |