diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-09-23 22:21:03 +0200 |
---|---|---|
committer | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-09-23 21:21:03 +0100 |
commit | 50776261e1565afe45a1cfd4a991c24110c2e519 (patch) | |
tree | 14d5e585b645f0002d9f8b2c5236681389a6e756 /changelog.d | |
parent | Add an unstable feature flag for separate add/bind 3pid APIs (#6044) (diff) | |
download | synapse-50776261e1565afe45a1cfd4a991c24110c2e519.tar.xz |
Add submit_url response parameter to msisdn /requestToken (#6079)
Second part of solving #6076 Fixes #6076 We return a submit_url parameter on calls to POST */msisdn/requestToken so that clients know where to submit token information to.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6079.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6079.feature b/changelog.d/6079.feature new file mode 100644 index 0000000000..bcbb49ac58 --- /dev/null +++ b/changelog.d/6079.feature @@ -0,0 +1 @@ +Add `submit_url` response parameter to `*/msisdn/requestToken` endpoints. |