mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-21 00:48:38 +01:00
Merge pull request #1095 from gergelypolonkai/master
Fix example in email based registration endpoint
This commit is contained in:
commit
f0f91bd9bc
|
|
@ -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