-
Notifications
You must be signed in to change notification settings - Fork 339
Enhancement: spo site set
enhance logo options
#5495
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
So just to confirm it the only difference is the |
I don't know why but |
ok but now we have it twice:
won't this work?
other than that seems ok and lets open it up for hacktoberfest 👍 |
My bad, the last param shouldn't be |
No problem. Seems legit now 👍. |
please assign to me to attempt implementing it. |
All yours @reshmee011 💪 |
Right now, when you use
siteLogoUrl
in thespo site set
command, it changes the thumbnail, not the actual logo of the site. Looking at the command's inner workings, it seems the body sent to_api/siteiconmanager/setsitelogo
is missing a few things. With some tweaks to this endpoint, we should be able to modify the thumbnail and the logo as well. Let's add another option and adjust the command a bit.--siteThumbnailUrl [siteThumbnailUrl]
The request options for
_api/siteiconmanager/setsitelogo
should look like this:The text was updated successfully, but these errors were encountered: