You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
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
|