Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit 07174cd

Browse files
authored
Added the missing 'logo' create param to API
1 parent 1697a04 commit 07174cd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_data/create.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,11 @@
278278
type: "String"
279279
description: "Pre-defined groups to automatically assign the students to a given breakout room. (added 2.5)<br><br><b>Expected value:</b> Json with Array of groups.<br><b>Group properties:</b><br><ul><li><code class=\"language-plaintext highlighter-rouge\">id</code> - String with group unique id.</li><li><code class=\"language-plaintext highlighter-rouge\">name</code> - String with name of the group <i>(optional)</i>.</li><li><code class=\"language-plaintext highlighter-rouge\">roster</code> - Array with IDs of the users.</li></ul><br>E.g:<br><code class=\"language-json highlighter-rouge\">[<br>{id:'1',name:'GroupA',roster:['1235']},<br>{id:'2',name:'GroupB',roster:['2333','2335']},<br>{id:'3',roster:[]}<br>]</code>"
280280

281+
- name: "logo"
282+
required: false
283+
type: "String"
284+
description: "Pass a URL to an image which will then be visible in the area above the participants list if `displayBrandingArea` is set to `true` in bbb-html5's configuration"
285+
281286
- name: "disabledFeatures"
282287
required: false
283288
type: "String"

0 commit comments

Comments
 (0)