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.
30 lines
861 B
YAML
30 lines
861 B
YAML
get:
|
|
tags:
|
|
- authentication
|
|
summary: /api/register/complete
|
|
responses:
|
|
"302":
|
|
description: If there are no additional registration steps to complete, then the user is redirected back to the registration page (`/register`)
|
|
headers:
|
|
Location:
|
|
schema:
|
|
type: string
|
|
example: /register
|
|
"200":
|
|
description: ''
|
|
content:
|
|
application/json:
|
|
schema:
|
|
allOf:
|
|
- type: object
|
|
properties:
|
|
title:
|
|
type: string
|
|
errors:
|
|
type: array
|
|
items: {}
|
|
sections:
|
|
type: array
|
|
items:
|
|
type: string
|
|
- $ref: ../../components/schemas/CommonProps.yaml#/CommonProps |