ckanaction

help_show

Return the help string for a particular API action.

POST
help_show
Authorization<token>

CKAN API token

In: header

name?string

Action function name (e.g. user_create, package_search)

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