PUT v1/pages/{environment}/{orgId}/{appId}/{id}/lobby?layer={layer}

Use this method to set the public lobby page for an application at the Organization or Venue level. The lobby page is the initially loaded dynamic content page an application displays. Pages are organized by level and every level must have a lobby page. Applications that are private or secured in some way via means of authentication, have two set of lobbies, the public and private lobby. Though the same page can be selected to exists in both states, is advisable to always have a separate set of navigational structures not mixed with the pages intended to be publicly accessible.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
environment

Environment where the org originated from.

string

Required

orgId

Organization Id

integer

Required

appId

Application Id

integer

Required

id

Page Unique Identifier to set as the public lobby

string

Required

layer

Optional sub level UUID intended to set the public lobby for.

string

None.

Body Parameters

None.

Response Information

Resource Description

None.