Skip to content
Snippets Groups Projects

Implement application appearance API

Merged Fabio Huser requested to merge siemens/gitlab:feat/appearance-api into master
All threads resolved!
+ 2
2
@@ -2,8 +2,8 @@
> [Introduced](https://gitlab.com/gitlab-org/gitlab/merge_requests/20674) in GitLab 12.6.
These API calls allow you to read and modify the GitLab appearance as visible in
`/admin/appearance`. You have to be an administrator in order to perform this action.
Appearance API allows you to maintain GitLab's appearance as if using the GitLab UI at
`/admin/appearance`. The API requires administrator privileges.
## Get current appearance configuration
Loading