/{ressource-type}/{ressource-id}/feed
The feed of a ressource.
POST /{ressource-type}/{ressource-id}/feed HTTP/1.1
Host: localhost:3000
workspace_speaking
and publish_speaking
permissions is required.SPEAK
or MANAGE
permission) with the current person.MANAGE
permission) of the workspace at witch is attached the parent ressource.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.