I tried to load a splashLogo from my script using meraki API with the following payload. payld_splash = { 'splashMethod': 'Click-through splash page', 'redirectUrl': 'http://www.company.com', 'useRedirectUrl': True, 'blockAllTrafficBeforeSignOn': True, 'welcomeMessage': 'Welcome!', 'splashLogo': { 'md5': 'a30547c2a0807efb33e5e9ce53ff2ce0', 'extension': 'png' } } But I got error {'errors': ["'splashLogo' must be an object"]} I tried to enter a full url of the photo but still got the same error
... View more