-
Notifications
You must be signed in to change notification settings - Fork 830
[bug 1128477] Tags API for questions #2360
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
kitsune/questions/api.py
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you do this, it will give a 50x error if the user doesn't pass a tag. It is better to do something like in delete_metadata to check that it is the data, and if not, give a 400 bad request error. 500s are bad because the are completely opaque to users.
|
This is looking good. I made some comments that are mostly about friendliness of the API, and consistency. I didn't test this though. |
|
Ready to go, with tests. r? |
|
r+, but this seems to have a merge conflict. Want to fix that, and merge this? |
[bug 1128477] Tags API for questions
f?