mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
a comma too much (#8771)
Signed-off-by: Chagai Friedlander chagai95@gmail.com
This commit is contained in:
parent
473dfec1e5
commit
e487d9fabc
1
changelog.d/8771.doc
Normal file
1
changelog.d/8771.doc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Remove extraneous comma from JSON example in User Admin API docs.
|
@ -254,7 +254,7 @@ with a body of:
|
|||||||
|
|
||||||
{
|
{
|
||||||
"new_password": "<secret>",
|
"new_password": "<secret>",
|
||||||
"logout_devices": true,
|
"logout_devices": true
|
||||||
}
|
}
|
||||||
|
|
||||||
To use it, you will need to authenticate by providing an ``access_token`` for a
|
To use it, you will need to authenticate by providing an ``access_token`` for a
|
||||||
|
Loading…
Reference in New Issue
Block a user