Skip to content

Add pwa icon to appearance / api

What does this MR do and why?

One MR to partially fullfill #375708 (closed)

Adds pwa_icon to appearance api

For context !104582 (comment 1220205708) and #385174 (comment 1217419257)

Related to: !107466 (merged), !104582 (merged), !106979 (merged)

How to set up and validate locally

  1. Change your Appearance settings as explained here, use: pwa_icon
curl --location --request PUT "https://gitlab.example.com/api/v4/application/appearance?data=image/png" \
--header "Content-Type: multipart/form-data" \
--header "PRIVATE-TOKEN: <your_access_token>" \
--form "pwa_icon=@/path/to/logo.png"
  1. Check your appearance settings explained here
curl --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/application/appearance"

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

🛠 with at Siemens

Edited by Andreas Deicha

Merge request reports