summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-09-15 18:36:02 +0100
committerGitHub <noreply@github.com>2022-09-15 18:36:02 +0100
commit742f9f9d78490f7f16bdb607a8f61ca258d520ef (patch)
tree5994c71ad2302aed93d385fb49d3a2716541baa0 /changelog.d
parentAdd a `MXCUri` class to make working with mxc uri's easier. (#13162) (diff)
downloadsynapse-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.feature1
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).