Update a Deal Comment
PUT
/deals/comments/edit/{comment_id}Updates an existing comment for a deal.
Request
Body Params multipart/form-data
staffid
string
required
staff id of the comment must be same
Example:
2
content
string
required
Example:
hello
Responses
Success(200)
Validation(422)
Unauthorized(401)
Access denied(403)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
message
string
required
Example
{
"message": "Comment Updated Successfully!!"
}
Last modified: 2 months ago