feat(docs): add more create endpoints

This commit is contained in:
rzmk 2025-12-02 18:39:52 -05:00
parent 46012a33d8
commit 8d0c757fa6
8 changed files with 448 additions and 0 deletions

View file

@ -0,0 +1,31 @@
---
title: member_create
full: true
_openapi:
method: POST
route: member_create
toc: []
structuredData:
headings: []
contents:
- content: >
Make an object (e.g. a user, dataset or group) a member of a group.
If the object is already a member of the group then the capacity of
the membership will be updated.
You must be authorized to edit the group.
---
{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
Make an object (e.g. a user, dataset or group) a member of a group.
If the object is already a member of the group then the capacity of the membership will be updated.
You must be authorized to edit the group.
<APIPage document={"./lib/openapi.yml"} operations={[{"path":"member_create","method":"post"}]} webhooks={[]} hasHead={false} />