mirror of
https://github.com/dathere/ckanaction.git
synced 2026-05-20 09:54:14 +00:00
30 lines
No EOL
832 B
Text
30 lines
No EOL
832 B
Text
---
|
|
title: group_create
|
|
full: true
|
|
_openapi:
|
|
method: POST
|
|
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"}]} /> |