feat(docs): added all create endpoints

This commit is contained in:
rzmk 2025-12-02 18:54:48 -05:00
parent 8d0c757fa6
commit 3ce5686dd1
12 changed files with 597 additions and 0 deletions

View file

@ -0,0 +1,31 @@
---
title: organization_create
full: true
_openapi:
method: POST
route: organization_create
toc: []
structuredData:
headings: []
contents:
- content: >
Create a new organization.
You must be authorized to create organizations.
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 organization.
You must be authorized to create organizations.
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":"organization_create","method":"post"}]} webhooks={[]} hasHead={false} />