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,