organization_patch
Patch an organization.
The difference between the update and patch methods is that the patch will perform an update of the provided parameters, while leaving all other parameters unchanged, whereas the update methods deletes all parameters not explicitly provided in the data_dict.
Authorization
apiTokenHeader CKAN API token
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
curl -X PATCH "http://localhost:5000/api/3/action/organization_patch" \ -H "Content-Type: application/json" \ -d '{}'