diff options
Diffstat (limited to 'docs')
-rwxr-xr-x | docs/data-router/data-router.rst | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/data-router/data-router.rst b/docs/data-router/data-router.rst index 2c3e1a69..14b5181f 100755 --- a/docs/data-router/data-router.rst +++ b/docs/data-router/data-router.rst @@ -886,7 +886,7 @@ Request parameters +------------------------+---------------------------------+------------------+------------+--------------+-------------+--------------------------------------+
| Name | Description | Param Type | Data Type | MaxLen | Required | Valid/Example Values |
+========================+=================================+==================+============+==============+=============+======================================+
-| feedId | Id of the feed you want | Path | String | | N | 1 |
+| feedId | Id of the feed you want | Path | String | | Y | 1 |
| | logs for | | | | | |
+------------------------+---------------------------------+------------------+------------+--------------+-------------+--------------------------------------+
| type | Select records of the | Path | String | | N | * pub: Publish attempt |
@@ -914,6 +914,9 @@ Request parameters | expiryReason | Select records with the | Path | String | | N | |
| | specified expiry reason | | | | | |
+------------------------+---------------------------------+------------------+------------+--------------+-------------+--------------------------------------+
+| filename | Select published records with | Path | String | | N | |
+| | the specified filename | | | | | |
++------------------------+---------------------------------+------------------+------------+--------------+-------------+--------------------------------------+
Response Parameters
===================
@@ -975,6 +978,8 @@ Response Parameters | attempts | Total number of attempts made before |
| | delivery attempts were discontinued |
+------------------------+----------------------------------------------+
+| filename | File name associated with a publish record |
++------------------------+----------------------------------------------+
Response/Error Codes
====================
|