mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
20 lines
454 B
YAML
20 lines
454 B
YAML
post:
|
|
description: Log out of directus.
|
|
tags:
|
|
- Authentication
|
|
operationId: logout
|
|
requestBody:
|
|
content:
|
|
application/json:
|
|
schema:
|
|
type: object
|
|
required: [token]
|
|
properties:
|
|
refresh_token:
|
|
type: string
|
|
example: eyJ0eXAiOiJKV...
|
|
description: JWT access token you want to logout.
|
|
responses:
|
|
"200":
|
|
description: Request successful
|