From: edepaul Date: Mon, 25 Mar 2019 14:20:16 +0000 (+0000) Subject: Adding decompress option to documentation X-Git-Tag: 2.1.0~19^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=56702785eb9d3e4e6f8bab100507a845d96f6dfa;p=dmaap%2Fdatarouter.git Adding decompress option to documentation Change-Id: Ib21ce00465d02540ecad2ac04a4702710d2b01c6 Issue-ID: DMAAP-1060 Signed-off-by: edepaul --- diff --git a/docs/data-router/data-router.rst b/docs/data-router/data-router.rst index 14b5181f..66e13bf5 100755 --- a/docs/data-router/data-router.rst +++ b/docs/data-router/data-router.rst @@ -429,6 +429,9 @@ Request Parameters: | suspend | Set to true if the subscription | Body | Boolean | | N | * true | | | is in the suspended state | | | | | * false | +------------------------+---------------------------------+------------------+------------+--------------+-------------+--------------------------------------+ +| decompress | Set to true if the data is to | Body | Boolean | | N | * true | +| | be decompressed for subscriber | | | | | * false | ++------------------------+---------------------------------+------------------+------------+--------------+-------------+--------------------------------------+ | group-id | | Body | Integer | | Y | | | | | | | | | | +------------------------+---------------------------------+------------------+------------+--------------+-------------+--------------------------------------+ @@ -543,6 +546,9 @@ Request Parameters: | suspend | Set to true if the subscription | Body | Boolean | | N | * true | | | is in the suspended state | | | | | * false | +------------------------+---------------------------------+------------------+------------+--------------+-------------+--------------------------------------+ +| decompress | Set to true if the data is to | Body | Boolean | | N | * true | +| | be decompressed for subscriber | | | | | * false | ++------------------------+---------------------------------+------------------+------------+--------------+-------------+--------------------------------------+ | group-id | | Body | Integer | | Y | | | | | | | | | | +------------------------+---------------------------------+------------------+------------+--------------+-------------+--------------------------------------+