mirror of
https://github.com/dathere/ckanaction.git
synced 2025-12-18 08:19:26 +00:00
feat(docs): add patch endpoints mdx files
This commit is contained in:
parent
6e44213d4e
commit
1f0cbffb2d
5 changed files with 153 additions and 0 deletions
28
docs/content/docs/group_patch.mdx
Normal file
28
docs/content/docs/group_patch.mdx
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
---
|
||||
title: group_patch
|
||||
full: true
|
||||
_openapi:
|
||||
method: PATCH
|
||||
route: group_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"}]} webhooks={[]} hasHead={false} />
|
||||
28
docs/content/docs/organization_patch.mdx
Normal file
28
docs/content/docs/organization_patch.mdx
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
---
|
||||
title: organization_patch
|
||||
full: true
|
||||
_openapi:
|
||||
method: PATCH
|
||||
route: organization_patch
|
||||
toc: []
|
||||
structuredData:
|
||||
headings: []
|
||||
contents:
|
||||
- content: >
|
||||
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.
|
||||
---
|
||||
|
||||
{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
|
||||
|
||||
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.
|
||||
|
||||
|
||||
<APIPage document={"./lib/openapi.yml"} operations={[{"path":"organization_patch","method":"patch"}]} webhooks={[]} hasHead={false} />
|
||||
41
docs/content/docs/package_patch.mdx
Normal file
41
docs/content/docs/package_patch.mdx
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
---
|
||||
title: package_patch
|
||||
full: true
|
||||
_openapi:
|
||||
method: PATCH
|
||||
route: package_patch
|
||||
toc: []
|
||||
structuredData:
|
||||
headings: []
|
||||
contents:
|
||||
- content: >
|
||||
Patch a dataset (package).
|
||||
|
||||
|
||||
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.
|
||||
|
||||
|
||||
To partially update resources or other metadata not at the top level
|
||||
of a package use `package_revise()` instead to maintain existing
|
||||
nested values.
|
||||
|
||||
|
||||
You must be authorized to edit the dataset and the groups that it
|
||||
belongs to.
|
||||
---
|
||||
|
||||
{/* 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 dataset (package).
|
||||
|
||||
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.
|
||||
|
||||
To partially update resources or other metadata not at the top level of a package use `package_revise()` instead to maintain existing nested values.
|
||||
|
||||
You must be authorized to edit the dataset and the groups that it belongs to.
|
||||
|
||||
|
||||
<APIPage document={"./lib/openapi.yml"} operations={[{"path":"package_patch","method":"patch"}]} webhooks={[]} hasHead={false} />
|
||||
28
docs/content/docs/resource_patch.mdx
Normal file
28
docs/content/docs/resource_patch.mdx
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
---
|
||||
title: resource_patch
|
||||
full: true
|
||||
_openapi:
|
||||
method: PATCH
|
||||
route: resource_patch
|
||||
toc: []
|
||||
structuredData:
|
||||
headings: []
|
||||
contents:
|
||||
- content: >
|
||||
Patch a resource.
|
||||
|
||||
|
||||
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 resource.
|
||||
|
||||
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":"resource_patch","method":"patch"}]} webhooks={[]} hasHead={false} />
|
||||
28
docs/content/docs/user_patch.mdx
Normal file
28
docs/content/docs/user_patch.mdx
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
---
|
||||
title: user_patch
|
||||
full: true
|
||||
_openapi:
|
||||
method: PATCH
|
||||
route: user_patch
|
||||
toc: []
|
||||
structuredData:
|
||||
headings: []
|
||||
contents:
|
||||
- content: >
|
||||
Patch a user.
|
||||
|
||||
|
||||
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 user.
|
||||
|
||||
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":"user_patch","method":"patch"}]} webhooks={[]} hasHead={false} />
|
||||
Loading…
Add table
Add a link
Reference in a new issue