mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-01 09:14:10 +01:00
Fix example in email based registration endpoint
The spec says `send_attempt` should be a number, but the example shows it as a string. Signed-off-by: Gergely Polonkai <gergely@polonkai.eu>
This commit is contained in:
parent
66e545d8a1
commit
e9622bf9e4
|
|
@ -215,7 +215,7 @@ paths:
|
||||||
send_attempt:
|
send_attempt:
|
||||||
type: number
|
type: number
|
||||||
description: Used to distinguish protocol level retries from requests to re-send the email.
|
description: Used to distinguish protocol level retries from requests to re-send the email.
|
||||||
example: "1"
|
example: 1
|
||||||
required: ["client_secret", "email", "send_attempt"]
|
required: ["client_secret", "email", "send_attempt"]
|
||||||
responses:
|
responses:
|
||||||
200:
|
200:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue