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.
17 lines
391 B
YAML
17 lines
391 B
YAML
4 years ago
|
# TODO: Need GET route here as well
|
||
|
post:
|
||
|
tags:
|
||
|
- emails
|
||
|
summary: Unsubscribe user from email type
|
||
|
parameters:
|
||
|
- name: token
|
||
|
in: path
|
||
|
required: true
|
||
|
schema:
|
||
|
type: string
|
||
|
example: testToken
|
||
|
responses:
|
||
|
"200":
|
||
|
description: "Successfully unsubscribed"
|
||
|
"500":
|
||
|
description: "Server-side error (likely token verification failure)"
|