Push News
Post news to the given REST end point
POST /api/v1/push-news/{GROUP_NAME}/{DAYS} HTTP/1.1
Replace GROUP_NAME with the Group Name and DAYS with the number of days for which news have to be posted.
Maximum number of days can be 5
You’ll have to pass the REST end point URL to which news have to be posted in HTTP header with the name callback-url.
Response body
Param | Description |
---|---|
response | Response received from the |
News are posted in the JSON format
Last updated