Add group
POST /v1/group/:docId
Add a group by (optionally) an Id
- application/json
Request Body required
- name string
Name of the group
- desc string
Description of the group
- color string
Color of the object (#ffffff, #ffffffff or ffffff)
- private boolean
Whether this object is private
- preventTrusted boolean
Wheter trusted friends are prevented from seeing this private object
- supportDescMarkdown boolean
Whether the description supports markdown
- emoji string
Emoji of the group
- parent string
Parent group ID, if no parent use "root".
- members string[]
Members of this group
Responses
- 200
- 404
OK
NOT FOUND
Loading...