/group/{group-id}/feed
The feed of a group.
POST /group/{group-id}/feed HTTP/1.1
Host: localhost:3000
publish_speaking
permission is required.privacy
field of the parent group is set to PUBLIC
and the current person is a member of the workspace at witch is attached the parent group.privacy
field of the parent group is set to PRIVATE
or HIDDEN
and at least one of the following criteria is met :
MANAGE
permission) of the workspace at witch is attached the parent group.Name | Description | Type |
---|---|---|
|
The message of the post. |
|
|
The subject of the post. |
|
If successful :
{
"success" : true,
"_id" : "..."
}
Otherwise a relevant error message will be returned.
You can update posts by using the /post
edge.
You can delete posts by using the /post
edge.