mirror of
https://github.com/dathere/ckanaction.git
synced 2025-12-19 00:39:25 +00:00
32 lines
No EOL
1.1 KiB
Text
32 lines
No EOL
1.1 KiB
Text
---
|
|
title: package_create
|
|
full: true
|
|
_openapi:
|
|
method: POST
|
|
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"}]} /> |