diff options
author | edepaul <paul.p.dennehy@est.tech> | 2019-03-25 14:20:16 +0000 |
---|---|---|
committer | Paul Dennehy <paul.p.dennehy@est.tech> | 2019-03-26 15:43:31 +0000 |
commit | 56702785eb9d3e4e6f8bab100507a845d96f6dfa (patch) | |
tree | 226bd6bfbb9ef240244e8880c140cdf8e7eaf5b6 | |
parent | 309ff5ef5bf47dd3363c946f909942f773aa94c1 (diff) |
Adding decompress option to documentation
Change-Id: Ib21ce00465d02540ecad2ac04a4702710d2b01c6
Issue-ID: DMAAP-1060
Signed-off-by: edepaul <paul.p.dennehy@est.tech>
-rwxr-xr-x | docs/data-router/data-router.rst | 6 |
1 files changed, 6 insertions, 0 deletions
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 | |
| | | | | | | |
+------------------------+---------------------------------+------------------+------------+--------------+-------------+--------------------------------------+
|