|
|
@@ -31,6 +31,16 @@ requestBody:
|
|
|
type: string
|
|
|
description: Confirmation of password
|
|
|
example: johnsmith123
|
|
|
+ url:
|
|
|
+ type: string
|
|
|
+ format: url
|
|
|
+ description: Honeypot. If it contains anything other than 'https://' then return success without creating account.
|
|
|
+ example: https://
|
|
|
+ time:
|
|
|
+ type: string
|
|
|
+ format: date
|
|
|
+ description: Honeypot. Must be within 10 minutes of submission.
|
|
|
+ example: 2026-05-07T22:40:54.963Z
|
|
|
|
|
|
responses:
|
|
|
"200":
|