Skip to content

Get the current appearance

GET
/api/v4/application/appearance

OK

Media type application/json
object
title
string
description
string
pwa_name
string
pwa_short_name
string
pwa_description
string
logo
string
pwa_icon
string
header_logo
string
favicon
string
new_project_guidelines
string
member_guidelines
string
profile_image_guidelines
string
header_message
string
footer_message
string
message_background_color
string
message_font_color
string
email_header_and_footer_enabled
boolean
site_name
string
Example
{
"title": "GitLab Community Edition",
"description": "Open source software to collaborate on code",
"pwa_name": "GitLab",
"pwa_short_name": "GitLab",
"pwa_description": "GitLab as PWA",
"logo": "/uploads/-/system/appearance/logo/1/logo.png",
"pwa_icon": "/uploads/-/system/appearance/pwa_icon/1/icon.png",
"header_logo": "/uploads/-/system/appearance/header_logo/1/header.png",
"favicon": "/uploads/-/system/appearance/favicon/1/favicon.png",
"new_project_guidelines": "Please read the FAQs for help.",
"member_guidelines": "Please read the member guidelines.",
"profile_image_guidelines": "Custom profile image guidelines",
"header_message": "This is a header message",
"footer_message": "This is a footer message",
"message_background_color": "#e75e40",
"message_font_color": "#ffffff",
"email_header_and_footer_enabled": false,
"site_name": "GitLab"
}

Unauthorized

Forbidden