Open robksawyer opened 9 years ago
This is kind of silly, but currently you can create a comment for a post that doesn't exist. There needs to be a policy in place that checks the existence of Posts.
It now should return the following when passing a post id that does not exist.
{ "message": null, "status": 403 }
This is kind of silly, but currently you can create a comment for a post that doesn't exist. There needs to be a policy in place that checks the existence of Posts.