diff options
author | Conor Ward <conor.ward@est.tech> | 2019-03-26 16:49:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-26 16:49:37 +0000 |
commit | 2e32d9bfdd4c410e27e405e79b81161471645f50 (patch) | |
tree | 56328080c09a49c9ea04db0a8eec82d18b932dae | |
parent | d58e5ee2c614b67de066ebfbe586cd86236e2831 (diff) | |
parent | 56702785eb9d3e4e6f8bab100507a845d96f6dfa (diff) |
Merge "Adding decompress option to documentation"
-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 | |
| | | | | | | |
+------------------------+---------------------------------+------------------+------------+--------------+-------------+--------------------------------------+
|