mirror of
https://github.com/dathere/ckanaction.git
synced 2025-12-31 09:20:21 +00:00
31 lines
No EOL
884 B
Text
31 lines
No EOL
884 B
Text
---
|
|
title: group_create
|
|
full: true
|
|
_openapi:
|
|
method: POST
|
|
route: group_create
|
|
toc: []
|
|
structuredData:
|
|
headings: []
|
|
contents:
|
|
- content: >
|
|
Create a new group.
|
|
|
|
|
|
You must be authorized to create groups.
|
|
|
|
|
|
Plugins may change the parameters of this function depending on the
|
|
value of the `type` parameter, see the `IGroupForm` 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 group.
|
|
|
|
You must be authorized to create groups.
|
|
|
|
Plugins may change the parameters of this function depending on the value of the `type` parameter, see the `IGroupForm` plugin interface.
|
|
|
|
|
|
<APIPage document={"./lib/openapi.yml"} operations={[{"path":"group_create","method":"post"}]} webhooks={[]} hasHead={false} /> |