We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 099da4a commit 1d48b0fCopy full SHA for 1d48b0f
api/backend/tags/decorators.py
@@ -31,7 +31,7 @@ def wrap(*args, **kwargs):
31
32
if errors:
33
return {
34
- "message": "Unable to create tag. Please enter all required form inputs."
+ "message": "Missing or sending incorrect data to create a classroom. Double check the JSON data that it has everything needed to create a Tag."
35
}, 422
36
else:
37
return f(*args, **kwargs)
0 commit comments