feat(docs): add more endpoints

This commit is contained in:
rzmk 2025-10-22 13:09:11 -04:00
parent 5adb611c85
commit 20c5d749d8
4 changed files with 180 additions and 0 deletions

View file

@ -0,0 +1,20 @@
---
title: group_list
full: true
_openapi:
method: POST
route: group_list
toc: []
structuredData:
headings: []
contents:
- content: |
Return a list of the names of the site's groups.
---
{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
Return a list of the names of the site's groups.
<APIPage document={"./lib/openapi.yml"} operations={[{"path":"group_list","method":"post"}]} webhooks={[]} hasHead={false} />

View file

@ -0,0 +1,20 @@
---
title: group_list_authz
full: true
_openapi:
method: POST
route: group_list_authz
toc: []
structuredData:
headings: []
contents:
- content: |
Return the list of groups that the user is authorized to edit.
---
{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
Return the list of groups that the user is authorized to edit.
<APIPage document={"./lib/openapi.yml"} operations={[{"path":"group_list_authz","method":"post"}]} webhooks={[]} hasHead={false} />

View file

@ -0,0 +1,20 @@
---
title: organization_list
full: true
_openapi:
method: POST
route: organization_list
toc: []
structuredData:
headings: []
contents:
- content: |
Return a list of the names of the site's organizations.
---
{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
Return a list of the names of the site's organizations.
<APIPage document={"./lib/openapi.yml"} operations={[{"path":"organization_list","method":"post"}]} webhooks={[]} hasHead={false} />