- v4 API:
- GitLab API: https://docs.gitlab.com/ce/api/settings.html
Get the settings:
settings = gl.settings.get()
Update the settings:
settings.signin_enabled = False settings.save()
Get the settings:
settings = gl.settings.get()
Update the settings:
settings.signin_enabled = False settings.save()