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.
20 lines
363 B
YAML
20 lines
363 B
YAML
4 years ago
|
delete:
|
||
|
tags:
|
||
|
- users
|
||
|
summary: Revoke a user session
|
||
|
parameters:
|
||
|
- name: userslug
|
||
|
in: path
|
||
|
required: true
|
||
|
schema:
|
||
|
type: string
|
||
|
example: admin
|
||
|
- name: uuid
|
||
|
in: path
|
||
|
required: true
|
||
|
schema:
|
||
|
type: string
|
||
|
example: testuuid
|
||
|
responses:
|
||
|
"200":
|
||
|
description: User session revoked
|