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.

21 lines
628 B
YAML

get:
tags:
- authentication
summary: Verify an email address
responses:
"200":
description: Email address verified, or confirmation code was incorrect
content:
application/json:
schema:
allOf:
- type: object
properties:
title:
type: string
error:
type: string
description: Translation key for client-side localisation
required:
- title
- $ref: ../../components/schemas/CommonProps.yaml#/CommonProps