resource_update
Update a resource.
To update a resource you must be authorized to update the dataset that the resource belongs to.
Note
Update methods may delete parameters not explicitly provided in the data_dict. If you want to edit only a specific attribute use
resource_patch instead.Authorization
apiTokenHeader Authorization<token>
CKAN API token
In: header
Request Body
multipart/form-data
TypeScript Definitions
Use the request body type in TypeScript.
curl -X PUT "http://localhost:5000/api/3/action/resource_update"