/user/{user-id}/feed
The feed of an user.
POST /user/{user-id}/feed HTTP/1.1
Host: localhost:3000
publish_speaking
permission is required.Name | Description | Type |
---|---|---|
|
The message 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.