Updates an existing comment for a deal.
Request
Send your HTTP requests with an Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:Authorization: Basic *****************
Body Params multipart/form-data
staff id of the comment must be same
Responses
application/json {
"message": "Comment Updated Successfully!!"
}
Modified at 2024-09-05 09:40:22