Correct metadata for bind_callback endpoint

This commit is contained in:
Amanda Graven 2020-09-29 19:35:56 +02:00 committed by GitHub
parent 3869d75837
commit 7412664c26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ ruma_api! {
metadata: { metadata: {
description: "Used by identity servers to notify the homeserver that one of its users has bound a third party identifier successfully", description: "Used by identity servers to notify the homeserver that one of its users has bound a third party identifier successfully",
method: PUT, method: PUT,
name: "identifier_bound", name: "bind_callback",
path: "/_matrix/federation/v1/3pid/onbind", path: "/_matrix/federation/v1/3pid/onbind",
rate_limited: false, rate_limited: false,
authentication: None, authentication: None,