Brief description: Since 7.0
Endpoint
Method:
Parameter:
| Parameter name | Required | Type | Explain |
|---|---|---|---|
| api_key_token | Yes | string | Your API key |
| guid | Yes | integer | Comment ID |
| comment | Yes | string | New text |
Example Response
{
"merchant": "Open Source Social Network",
"url": "http:\/\/local.opensource-socialnetwork.org\/",
"time_token": 1632743559,
"payload": {
"success": "Comment has been edited successfully"
},
"code": "100",
"message": "Request successfully executed"
}
Note
Make the validation of comment owner yourself as this will edit any comment specified with edit without ownership checking.