jack2
1
When trying to delete a non-existent topic with the API, I get this (somewhat) understandable error:
status=403
content={"errors":["You are not permitted to view the requested resource."],
"error_type":"invalid_access"}
When trying to delete a non-existent tag, I get this:
status=500
content=NoMethodError in TagsController#destroy -
undefined method `destroy' for nil:NilClass
5 „Gefällt mir“
sam
(Sam Saffron)
2
API can be better here, pr-welcome for that.
5 „Gefällt mir“
ecdemis123
(Eleanor Demis)
3
I’ll take a stab at fixing this.
3 „Gefällt mir“
ecdemis123
(Eleanor Demis)
4
5 „Gefällt mir“
coderberry
(Eric Berry)
5
^ PR has been merged on Oct 2 
5 „Gefällt mir“