resource_view_reorder
Reorder resource views.
Authorization
apiTokenHeader Authorization<token>
CKAN API token
In: header
Request Body
application/json
id?string
the id of the resource
order?array<string>
the list of id of the resource to update the order of the views
curl -X PUT "http://localhost:5000/api/3/action/resource_view_reorder" \ -H "Content-Type: application/json" \ -d '{}'