Create post reply
POST
https://app-dev.jollor.com/api/public/v1/post/{post_id}/replies
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://app-dev.jollor.com/api/public/v1/post/{{post_id}}/replies' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "hello reply 2"
}'
Response Response Example
{
"id": "6551f2e909092e00a0df184c",
"_links": {
"self": {
"href": "/public/v1/messages/6551f2e909092e00a0df184c"
}
}
}
Request
Path Params
post_id
string
required
Example:
{{post_id}}
Body Params application/json
Responses
Modified at 2024-01-23 11:52:13