Add Drivers to a Group
POST/drivers/groups/:group_id/drivers
Adds one or more drivers to a driver group. Drivers already in the group are ignored. Returns 422 if all submitted driver IDs are already in the group.
Request
Responses
- 200
- 401
- 403
- 404
- 422
- 500
Drivers added to group successfully
Unauthorized access. Authentication is required.
Access is forbidden. The user does not have permission to access this resource.
The requested resource was not found.
Validation failed for the input parameters.
Internal server error.