mirror of
https://github.com/dathere/ckanaction.git
synced 2025-12-19 08:49:26 +00:00
27 lines
No EOL
989 B
Text
27 lines
No EOL
989 B
Text
---
|
|
title: group_patch
|
|
full: true
|
|
_openapi:
|
|
method: PATCH
|
|
toc: []
|
|
structuredData:
|
|
headings: []
|
|
contents:
|
|
- content: >
|
|
Patch a group.
|
|
|
|
|
|
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.
|
|
---
|
|
|
|
{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
|
|
|
|
Patch a group.
|
|
|
|
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.
|
|
|
|
|
|
<APIPage document={"./lib/openapi.yml"} operations={[{"path":"group_patch","method":"patch"}]} /> |