package_create_default_resource_views
Creates the default views on all resources of the provided dataset
By default only view plugins that don't require the resource data to be in the DataStore are called. Passing create_datastore_views as True will only create views that require data to be in the DataStore. The first case happens when the function is called from package_create or package_update, the second when it's called from the DataPusher when data was uploaded to the DataStore.
Authorization
apiTokenHeader Authorization<token>
CKAN API token
In: header
Request Body
application/json
package?
full dataset dict (i.e. the one obtained calling package_show())
create_datastore_views?boolean
whether to create views that rely on data being on the DataStore (default: False)
curl -X POST "http://localhost:5000/api/3/action/package_create_default_resource_views" \ -H "Content-Type: application/json" \ -d '{}'