Open QuinnBast opened 4 years ago
When creating a new group chat, you should not have to send the room_id in the body of the data as the URL already contains the room id
Omitting the room_id parameter from base/api/rooms/4/groups endpoint throws an error
room_id
base/api/rooms/4/groups
{ "message": "The given data was invalid.", "errors": { "room_id": [ "The room id field is required." ] } }
Remove room_id from being required
Just a minor annoyance
Expected Behavior
When creating a new group chat, you should not have to send the room_id in the body of the data as the URL already contains the room id
Current Behavior
Omitting the
room_id
parameter frombase/api/rooms/4/groups
endpoint throws an errorFailure Information
Possible Solution
Remove
room_id
from being requiredDetailed Description
Just a minor annoyance