Hello community,
Is it possible to set a cover image using the admin API?
I’ve reviewed the docs but couldn’t find something related to it.
Thank you!
Hello community,
Is it possible to set a cover image using the admin API?
I’ve reviewed the docs but couldn’t find something related to it.
Thank you!
A good way to figure out this sort of thing is to open dev tools to the network tab and do the desired action in the admin panel. That’ll give you the endpoint and required parameters.
I wasn’t aware the admin used the same API!
Thank you @Cathy_Sarisky , this is exactly what I needed and yes, it’s possible trough a PUT request
Glad to help! That’s one of my best tricks. :)