-
Notifications
You must be signed in to change notification settings - Fork 63
Update Comment
corsacca edited this page Mar 18, 2019
·
1 revision
POST
https://example.com/wp-json/dt/v1/{contact||group}/{contact_id||group_id}/comment/update
Replace example.com
with your domain
Replace {contact||group}
with either contact
or group
Replace {contact_id||group_id}
with the ID of the contact or group.
Parameters
- comment_ID (int) the ID of the comment to update.
- comment_content (string) the new body of the comment.
Returns
If successful will return the int: 1