Add Driver to a Group
POST/drivers/:driver_id/groups/:group_id
Adds a driver to a driver group.
Request
Responses
- 200
- 401
- 403
- 404
- 422
- 500
Driver 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.