17 lines
472 B
YAML
17 lines
472 B
YAML
description: Successfully logged out
|
|
# headers:
|
|
# Set-Cookie:
|
|
# description: >
|
|
# Clears the access and refresh token cookie.
|
|
# schema:
|
|
# type: string
|
|
# example: 'OvMeetAccessToken=; Path=/; HttpOnly; SameSite=Strict'
|
|
content:
|
|
application/json:
|
|
schema:
|
|
type: object
|
|
properties:
|
|
message:
|
|
type: string
|
|
example: 'Logout successful'
|