feat(docs): add patch endpoints mdx files

This commit is contained in:
rzmk 2025-12-02 20:11:20 -05:00
parent 6e44213d4e
commit 1f0cbffb2d
5 changed files with 153 additions and 0 deletions

View 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} />

View 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} />

View 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} />

View 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} />

View 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} />