fix(users): allow 'update' API without required email/name/username rewrites by AdrianDC · Pull Request #3332 · python-gitlab/python-gitlab
Changes
Allow 'update' API without required email/name/username rewrites : https://docs.gitlab.com/api/users/#modify-a-user
Documentation and testing
Please consider whether this PR needs documentation and tests. This is not required, but highly appreciated:
- Documentation in the matching docs section
- Unit tests and/or functional tests
gitlab user update --id '42' --name 'Bruce WAYNE'
- Documentation automatically generated
- No test added as most other settings are not implemented in tests/functional/cli/test_cli_v4.py