From 56702785eb9d3e4e6f8bab100507a845d96f6dfa Mon Sep 17 00:00:00 2001 From: edepaul Date: Mon, 25 Mar 2019 14:20:16 +0000 Subject: [PATCH] Adding decompress option to documentation Change-Id: Ib21ce00465d02540ecad2ac04a4702710d2b01c6 Issue-ID: DMAAP-1060 Signed-off-by: edepaul --- docs/data-router/data-router.rst | 6 ++++++ 1 file changed, 6 insertions(+) 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 | | | | | | | | | | +------------------------+---------------------------------+------------------+------------+--------------+-------------+--------------------------------------+ -- 2.16.6