Switching logo using API

I have an question.
Is it possible to change the image of an logo profile within ‘/admin/control/set&section=logo’?
I know there is an special API for the event & action section.

Hello @erwmul,

it is possible to hide and show different logo profiles via an API.

Show logo profil
/admin/control?section=logo&set_profile=logo:NAME_OF_LOGOPROFILE&active=show

Hide logo profil
/admin/control?section=logo&set_profile=logo:NAME_OF_LOGOPROFILE&active=hide

Hi @Mx-MaikC,
Thanx. It is working fine.