POST globalConfig/stateImage/{state}?lang={lang}

Post state image with specific conference state and locale.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
state

Conference state. The following values are accepted:
1 - before test;
2 - before appointment;
3 - test failed;
4 - after appointment.

integer

Required

lang

Locale in {language}-{country} or {language}, in ISO 639-1 and ISO 3166-1 alpha-2 code format respectively, e.g. en, da, nb-NO. Check the format here:
Codes for the Representation of Names of Languages
Online Browsing Platform

string

None.

Body Parameters

None.

Response Information

Resource Description

200 "ok" status or "error" status with error message.

None.