Merge pull request #5116 from matrix-org/babolivier/account_expiration
Fix path in account validity admin route's docpull/5124/head
commit
c1799b0f85
|
@ -0,0 +1 @@
|
||||||
|
Add time-based account expiration.
|
|
@ -13,7 +13,7 @@ This API extends the validity of an account by as much time as configured in the
|
||||||
|
|
||||||
The API is::
|
The API is::
|
||||||
|
|
||||||
POST /_matrix/client/unstable/account_validity/send_mail
|
POST /_matrix/client/unstable/admin/account_validity/validity
|
||||||
|
|
||||||
with the following body:
|
with the following body:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue