parent
473dfec1e5
commit
e487d9fabc
|
@ -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>",
|
||||
"logout_devices": true,
|
||||
"logout_devices": true
|
||||
}
|
||||
|
||||
To use it, you will need to authenticate by providing an ``access_token`` for a
|
||||
|
|
Loading…
Reference in New Issue