nodebb/public/openapi/read/user/userslug/edit/email.yaml

27 lines
748 B
YAML

get:
tags:
- users
summary: Get configs for email editing
parameters:
- name: userslug
in: path
required: true
schema:
type: string
example: admin
responses:
"200":
description: ""
content:
text/plain:
schema:
type: string
description: A relative path to the registration interstitial page so they can add or update an email for their account
example: /register/complete
"302":
description: Redirects the user to a registration interstitial page so they can add or update an email for their account
headers:
Location:
schema:
type: string
example: /register/complete