IIT-BHU-InstiApp / lite-hai-backend

https://lite-hai.copsiitbhu.co.in/
13 stars 20 forks source link

Added option to delete tags #75

Closed Vikhyath08 closed 3 years ago

Vikhyath08 commented 3 years ago

This closes #61

krashish8 commented 3 years ago

@Vikhyath08 Taking ID in the response body does not seem good to me, rather we should take it as input in the URL. Or else, a better option would be to take the tag_name as input in the response body, as it is unique for a particular club/entity. WDYT?

Vikhyath08 commented 3 years ago

@Vikhyath08 Taking ID in the response body does not seem good to me, rather we should take it as input in the URL. Or else, a better option would be to take the tag_name as input in the response body, as it is unique for a particular club/entity. WDYT?

Okay sure. I'll make the changes.