Correct metadata for bind_callback endpoint
This commit is contained in:
parent
3869d75837
commit
7412664c26
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user