Usage of /answers/{id}/flags/add
Discussion
Casts a flag against the answer identified by id.
The available flag_options on a answer are not constant, and must be fetched from /answers/{id}/flag/options.
Use an access_token with write_access to create a flag.
This method returns the answer being flagged.
Try It