How to insert Comment metadata via REST API
Question
I am trying to insert comment from my android app , i am using REST API and POST method
/wp-json/wp/v2/comments/
The method is working great , but I would like to include metadata when inserting the comment , to replace this line :
add_comment_meta( $comment->comment_ID, 'comment_type', 'answer', true );
i tried inserting type with parameters but i get :
rest_invalid_comment_type
I tried ‘ meta ‘ and i got the error :
rest_invalid_param
So is there a way to insert a comment with metadata in one POST request
Thank you
0
comments, rest-api
4 years
2019-09-19T15:01:16-05:00
2019-09-19T15:01:16-05:00 0 Answers
90 views
0
Leave an answer