mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
A SMS -> An SMS
This commit is contained in:
parent
046a834488
commit
fe23de7d7f
|
|
@ -314,7 +314,7 @@ paths:
|
||||||
required: ['id_server']
|
required: ['id_server']
|
||||||
responses:
|
responses:
|
||||||
200:
|
200:
|
||||||
description: A SMS message was sent to the given phone number.
|
description: An SMS message was sent to the given phone number.
|
||||||
schema:
|
schema:
|
||||||
$ref: "definitions/sid.yaml"
|
$ref: "definitions/sid.yaml"
|
||||||
403:
|
403:
|
||||||
|
|
|
||||||
|
|
@ -300,7 +300,7 @@ paths:
|
||||||
responses:
|
responses:
|
||||||
200:
|
200:
|
||||||
description: |-
|
description: |-
|
||||||
A SMS message has been sent to the specified phone number. Note
|
An SMS message has been sent to the specified phone number. Note
|
||||||
that this may be an SMS message containing the validation token or
|
that this may be an SMS message containing the validation token or
|
||||||
it may be informing the user of an error.
|
it may be informing the user of an error.
|
||||||
schema:
|
schema:
|
||||||
|
|
@ -501,7 +501,7 @@ paths:
|
||||||
required: ['id_server']
|
required: ['id_server']
|
||||||
responses:
|
responses:
|
||||||
200:
|
200:
|
||||||
description: A SMS message was sent to the given phone number.
|
description: An SMS message was sent to the given phone number.
|
||||||
schema:
|
schema:
|
||||||
$ref: "definitions/sid.yaml"
|
$ref: "definitions/sid.yaml"
|
||||||
403:
|
403:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue