Closed plushkinaaa closed 2 years ago
Steps to reproduce
Actual behavior
{ "errors": [ { "msg": "Please send required fields: title", "param": "title", "location": "body" }, { "msg": "Parameter should be a string", "param": "title", "location": "body" }, { "msg": "Minimum category length is: 3", "param": "title", "location": "body" }, { "msg": "Only RU/EN alphabet, space and digits allowed, please change your request", "param": "title", "location": "body" }, { "msg": "You are not allowed to use spaces only", "param": "title", "location": "body" } ] }
Expected behavior
{ "errors": "This action is forbidden for role student" }
Same reason as here https://github.com/viraxslot/online-school-app/issues/41 I'd close this issue.
Steps to reproduce
Actual behavior
Expected behavior