Admin
Replace office (until the next server restart)
post/api/admin/replaceOffice
Request body
Example request
{
"groups": [
{
"id": "1",
"name": "Lord of the Rings"
}
],
"rooms": [
{
"id": "xxxxxxxx",
"group": "1",
"name": "Coffee Kitchen",
"joinUrl": "https://zoom.us/j/xxxxxxxx",
"links": [
{
"href": "http://www.google.de",
"text": "Google",
"icon": "http://example.com/bla.png"
}
],
"icon": "http://example.com/myRoomIcon.png"
}
]
}Response
Success