- v4 API:
- GitLab API: https://docs.gitlab.com/api/appearance
Get the appearance:
appearance = gl.appearance.get()
Update the appearance:
appearance.title = "Test" appearance.save()
URL: http://github.com/python-gitlab/python-gitlab/blob/refs/heads/main/docs/gl_objects/appearance.rst
" />Get the appearance:
appearance = gl.appearance.get()
Update the appearance:
appearance.title = "Test" appearance.save()