mirror of
https://github.com/dathere/ckanaction.git
synced 2025-12-27 05:17:01 +00:00
feat(docs): added all create endpoints
This commit is contained in:
parent
8d0c757fa6
commit
3ce5686dd1
12 changed files with 597 additions and 0 deletions
24
docs/content/docs/organization_member_create.mdx
Normal file
24
docs/content/docs/organization_member_create.mdx
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
title: organization_member_create
|
||||
full: true
|
||||
_openapi:
|
||||
method: POST
|
||||
route: organization_member_create
|
||||
toc: []
|
||||
structuredData:
|
||||
headings: []
|
||||
contents:
|
||||
- content: |
|
||||
Make a user a member of an organization.
|
||||
|
||||
You must be authorized to edit the organization.
|
||||
---
|
||||
|
||||
{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
|
||||
|
||||
Make a user a member of an organization.
|
||||
|
||||
You must be authorized to edit the organization.
|
||||
|
||||
|
||||
<APIPage document={"./lib/openapi.yml"} operations={[{"path":"organization_member_create","method":"post"}]} webhooks={[]} hasHead={false} />
|
||||
Loading…
Add table
Add a link
Reference in a new issue