mirror of
https://github.com/dathere/ckanaction.git
synced 2025-12-31 09:20:21 +00:00
33 lines
No EOL
1.1 KiB
Text
33 lines
No EOL
1.1 KiB
Text
---
|
|
title: resource_update
|
|
full: true
|
|
_openapi:
|
|
method: PUT
|
|
route: resource_update
|
|
toc: []
|
|
structuredData:
|
|
headings: []
|
|
contents:
|
|
- content: >
|
|
Update a resource.
|
|
|
|
|
|
To update a resource you must be authorized to update the dataset that
|
|
the resource belongs to.
|
|
|
|
|
|
<Callout title="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.</Callout>
|
|
---
|
|
|
|
{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
|
|
|
|
Update a resource.
|
|
|
|
To update a resource you must be authorized to update the dataset that the resource belongs to.
|
|
|
|
<Callout title="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.</Callout>
|
|
|
|
|
|
<APIPage document={"./lib/openapi.yml"} operations={[{"path":"resource_update","method":"put"}]} webhooks={[]} hasHead={false} /> |