ckanaction

follow_dataset

Start following a dataset.

You must provide your API key in the Authorization header.

POST
follow_dataset

Authorization

apiTokenHeader
Authorization<token>

CKAN API token

In: header

Request Body

application/json

id?string

the id or name of the dataset to follow, e.g. 'inventory'

curl -X POST "http://localhost:5000/api/3/action/follow_dataset" \  -H "Content-Type: application/json" \  -d '{}'