feat(docs): add package_create

This commit is contained in:
rzmk 2025-12-02 15:17:26 -05:00
parent eb4f68a261
commit 01dcb3b387
2 changed files with 207 additions and 1 deletions

View file

@ -0,0 +1,33 @@
---
title: package_create
full: true
_openapi:
method: POST
route: package_create
toc: []
structuredData:
headings: []
contents:
- content: >
Create a new dataset (package).
You must be authorized to create new datasets. If you specify any
groups for the new dataset, you must also be authorized to edit these
groups.
Plugins may change the parameters of this function depending on the
value of the type parameter, see the `IDatasetForm` plugin interface.
---
{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
Create a new dataset (package).
You must be authorized to create new datasets. If you specify any groups for the new dataset, you must also be authorized to edit these groups.
Plugins may change the parameters of this function depending on the value of the type parameter, see the `IDatasetForm` plugin interface.
<APIPage document={"./lib/openapi.yml"} operations={[{"path":"package_create","method":"post"}]} webhooks={[]} hasHead={false} />