mirror of
https://github.com/dathere/ckanaction.git
synced 2025-12-19 08:49:26 +00:00
31 lines
No EOL
909 B
Text
31 lines
No EOL
909 B
Text
---
|
|
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} /> |