Add description and type to /emails/confirmations (#1451)

This commit is contained in:
Mahan 2024-06-11 10:24:06 +00:00 committed by GitHub
parent b903b07128
commit 2557e19c63
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,6 +24,8 @@ aliases: [
POST /api/v1/emails/confirmations HTTP/1.1
```
Resend a new confirmation email. If an email is provided, updates the unconfirmed user's email before resending the confirmation email.
**Returns:** Empty\
**OAuth:** User token issued to the client that created the unconfirmed user\
**Version history:**\
@ -38,7 +40,7 @@ Authorization
##### Form data parameters
email
: If provided, updates the unconfirmed user's email before resending the confirmation email.
: String. If provided, updates the unconfirmed user's email before resending the confirmation email.
#### Response
##### 200: OK