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
- 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"
- 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.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Andreas Deicha