diff options
author | David Robertson <davidr@element.io> | 2022-09-15 18:36:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-15 18:36:02 +0100 |
commit | 742f9f9d78490f7f16bdb607a8f61ca258d520ef (patch) | |
tree | 5994c71ad2302aed93d385fb49d3a2716541baa0 /changelog.d | |
parent | Add a `MXCUri` class to make working with mxc uri's easier. (#13162) (diff) | |
download | synapse-742f9f9d78490f7f16bdb607a8f61ca258d520ef.tar.xz |
A third batch of Pydantic validation for rest/client/account.py (#13736)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13736.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13736.feature b/changelog.d/13736.feature new file mode 100644 index 0000000000..60a63c1009 --- /dev/null +++ b/changelog.d/13736.feature @@ -0,0 +1 @@ +Improve validation of request bodies for the following client-server API endpoints: [`/account/3pid/add`](https://spec.matrix.org/v1.3/client-server-api/#post_matrixclientv3account3pidadd), [`/account/3pid/bind`](https://spec.matrix.org/v1.3/client-server-api/#post_matrixclientv3account3pidbind), [`/account/3pid/delete`](https://spec.matrix.org/v1.3/client-server-api/#post_matrixclientv3account3piddelete) and [`/account/3pid/unbind`](https://spec.matrix.org/v1.3/client-server-api/#post_matrixclientv3account3pidunbind). |