client-api: Align endpoint name with module name

This commit is contained in:
Niklas Dusenlund 2021-11-11 00:44:02 +01:00 committed by GitHub
parent 6d244cd236
commit a100cf9728
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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,