client-api: Align endpoint name with module name
This commit is contained in:
parent
6d244cd236
commit
a100cf9728
@ -10,7 +10,7 @@ ruma_api! {
|
||||
metadata: {
|
||||
description: "Request a 3PID management token with a 3rd party email.",
|
||||
method: POST,
|
||||
name: "request_3pid_association_token_via_email",
|
||||
name: "request_3pid_management_token_via_email",
|
||||
path: "/_matrix/client/r0/account/3pid/email/requestToken",
|
||||
rate_limited: false,
|
||||
authentication: None,
|
||||
|
@ -10,7 +10,7 @@ ruma_api! {
|
||||
metadata: {
|
||||
description: "Request a 3PID management token with a phone number.",
|
||||
method: POST,
|
||||
name: "request_3pid_association_token_via_msisdn",
|
||||
name: "request_3pid_management_token_via_msisdn",
|
||||
path: "/_matrix/client/r0/account/3pid/msisdn/requestToken",
|
||||
rate_limited: false,
|
||||
authentication: None,
|
||||
|
Loading…
x
Reference in New Issue
Block a user