Reply to a post
POST
/posts/{post_id}/reply
posts
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://trashnothing.com/api/v1.2/posts//reply' \
--form 'message=""'
Response Response Example
200 - Example 1
{}
Request
Path Params
post_id
string
required
Body Params multipart/form-data
message
string
required
photo_ids
string
optional
Responses
Modified at 2022-09-11 18:59:48