dfeinzimer / beepboopbackend

CSUF CPSC 476 Spring 2019 - Back-End Engineering
0 stars 0 forks source link

Delete tag not working #8

Closed dfeinzimer closed 5 years ago

dfeinzimer commented 5 years ago

I tried to delete the following tag with localhost/tags/2/articles=1

and received error: { "message": "Not Found: http://tags_services/tags/2/articles%3D1", "status": 404 }

I also believe there may be an error in the documentation here: https://github.com/kernelpop/beepboopbackend/wiki/API-Usage:-Tags#delete-tag

yroush commented 5 years ago

Changed the api and updated the documentation so it more accurately explains how to delete.