mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 17:46:08 +03:00
Merge pull request #5116 from matrix-org/babolivier/account_expiration
Fix path in account validity admin route's doc
This commit is contained in:
commit
c1799b0f85
2 changed files with 2 additions and 1 deletions
1
changelog.d/5116.feature
Normal file
1
changelog.d/5116.feature
Normal file
|
@ -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::
|
||||
|
||||
POST /_matrix/client/unstable/account_validity/send_mail
|
||||
POST /_matrix/client/unstable/admin/account_validity/validity
|
||||
|
||||
with the following body:
|
||||
|
||||
|
|
Loading…
Reference in a new issue