Skip to content
Snippets Groups Projects
Commit cf318835 authored by Erik Johnston's avatar Erik Johnston
Browse files

Fix default value and key names.

parent 6860a18c
Branches
Tags
No related merge requests found
...@@ -721,7 +721,7 @@ options which can be set when creating a room: ...@@ -721,7 +721,7 @@ options which can be set when creating a room:
Description: Description:
A ``public`` visibility indicates that the room will be shown in the public A ``public`` visibility indicates that the room will be shown in the public
room list. A ``private`` visibility will hide the room from the public room room list. A ``private`` visibility will hide the room from the public room
list. Rooms default to ``public`` visibility if this key is not included. list. Rooms default to ``private`` visibility if this key is not included.
``room_alias_name`` ``room_alias_name``
Type: Type:
...@@ -2038,7 +2038,7 @@ For state updates: ...@@ -2038,7 +2038,7 @@ For state updates:
Description: Description:
The asserted power level of the user performing the update. The asserted power level of the user performing the update.
``min_update`` ``required_power_level``
Type: Type:
Integer Integer
Description: Description:
...@@ -2056,7 +2056,7 @@ For state updates: ...@@ -2056,7 +2056,7 @@ For state updates:
Description: Description:
The PDU id of the update this replaces. The PDU id of the update this replaces.
``user`` ``user_id``
Type: Type:
String String
Description: Description:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment