From 7412664c26ccc5c9d28cc390f97ca33cfd46fdb5 Mon Sep 17 00:00:00 2001 From: Amanda Graven Date: Tue, 29 Sep 2020 19:35:56 +0200 Subject: [PATCH] Correct metadata for bind_callback endpoint --- ruma-federation-api/src/thirdparty/bind_callback/v1.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruma-federation-api/src/thirdparty/bind_callback/v1.rs b/ruma-federation-api/src/thirdparty/bind_callback/v1.rs index 72d68b59..ca55d0d9 100644 --- a/ruma-federation-api/src/thirdparty/bind_callback/v1.rs +++ b/ruma-federation-api/src/thirdparty/bind_callback/v1.rs @@ -11,7 +11,7 @@ ruma_api! { metadata: { description: "Used by identity servers to notify the homeserver that one of its users has bound a third party identifier successfully", method: PUT, - name: "identifier_bound", + name: "bind_callback", path: "/_matrix/federation/v1/3pid/onbind", rate_limited: false, authentication: None,