Usage of /comments/{id}/flags/add POST
Discussion
Casts a flag against the comment identified by id.
The available flag_options on a comment are not constant, and must be fetched from /comments/{id}/flag/options.
Use an access_token with write_access to create a flag.
Note that the addition of is_retraction
2.3 to flag_options
means that POSTing an existing Flag Id through flag_option.id
when is_retraction
is true will retract the flag instead of returning an error (as had happened in previous versions).
This method returns the comment being flagged.
Try It