mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-21 19:04:10 +01:00
JSON key names also use underscores.
This commit is contained in:
parent
8523af1385
commit
cbc5774ade
|
|
@ -73,7 +73,8 @@ MUST be encoded as UTF-8. Clients are authenticated using opaque
|
||||||
query string parameter on all requests.
|
query string parameter on all requests.
|
||||||
|
|
||||||
The names of the API endponts for the HTTP transport follow a convention of
|
The names of the API endponts for the HTTP transport follow a convention of
|
||||||
using underscores to separate words (for example ``/delete_devices``).
|
using underscores to separate words (for example ``/delete_devices``). The key
|
||||||
|
names in JSON objects passed over the API also follow this convention.
|
||||||
|
|
||||||
.. NOTE::
|
.. NOTE::
|
||||||
There are a few historical exceptions to this rule, such as
|
There are a few historical exceptions to this rule, such as
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue