diff options
author | Erik Johnston <erik@matrix.org> | 2014-10-02 14:28:22 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-10-02 14:30:25 +0100 |
commit | cf3188352b898c91c9c3e0ef65c9fb120b00cc13 (patch) | |
tree | 2dacd5bb2aa646b7d87037fb34faf2d3088e7033 /docs | |
parent | Be less alarmist about not using an ID server. (diff) | |
download | synapse-cf3188352b898c91c9c3e0ef65c9fb120b00cc13.tar.xz |
Fix default value and key names.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/specification.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/specification.rst b/docs/specification.rst index 26a9c17d98..e8790c2adc 100644 --- a/docs/specification.rst +++ b/docs/specification.rst @@ -721,7 +721,7 @@ options which can be set when creating a room: Description: 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 - 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`` Type: @@ -2038,7 +2038,7 @@ For state updates: Description: The asserted power level of the user performing the update. -``min_update`` +``required_power_level`` Type: Integer Description: @@ -2056,7 +2056,7 @@ For state updates: Description: The PDU id of the update this replaces. -``user`` +``user_id`` Type: String Description: |