Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit c1799b0

Browse files
authored
Merge pull request #5116 from matrix-org/babolivier/account_expiration
Fix path in account validity admin route's doc
2 parents 8c5b1e3 + 6aad81e commit c1799b0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/5116.feature

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add time-based account expiration.

docs/admin_api/account_validity.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This API extends the validity of an account by as much time as configured in the
1313

1414
The API is::
1515

16-
POST /_matrix/client/unstable/account_validity/send_mail
16+
POST /_matrix/client/unstable/admin/account_validity/validity
1717

1818
with the following body:
1919

0 commit comments

Comments
 (0)