- v4 API:
- GitLab API: https://docs.gitlab.com/api/settings
Get the settings:
settings = gl.settings.get()
Update the settings:
settings.signin_enabled = False settings.save()
URL: http://github.com/python-gitlab/python-gitlab/blob/refs/heads/main/docs/gl_objects/settings.rst
sorigen="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/github-f825c0edd7ad57f8.css" />Get the settings:
settings = gl.settings.get()
Update the settings:
settings.signin_enabled = False settings.save()