config_option_show
Show the current value of a particular configuration option.
Only returns runtime-editable config options (the ones returned by config_option_list()), which can be updated with the config_option_update() action.
Authorization<token>
CKAN API token
In: header
key?string
The configuration option key
curl -X POST "http://localhost:5000/api/3/action/config_option_show" \ -H "Content-Type: application/json" \ -d '{}'