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.
31 lines
730 B
YAML
31 lines
730 B
YAML
4 years ago
|
delete:
|
||
|
tags:
|
||
|
- users
|
||
|
summary: revoke a user session
|
||
|
parameters:
|
||
|
- in: path
|
||
|
name: uid
|
||
|
schema:
|
||
|
type: integer
|
||
|
required: true
|
||
|
description: uid of the user's session
|
||
|
example: 3
|
||
|
- in: path
|
||
|
name: uuid
|
||
|
schema:
|
||
|
type: string
|
||
|
required: true
|
||
|
description: uuid of the user's session
|
||
|
example: 7c1a66b3-90e1-41f4-9f74-2b2edaebf917
|
||
|
responses:
|
||
|
'200':
|
||
|
description: user session revoked
|
||
|
content:
|
||
|
application/json:
|
||
|
schema:
|
||
|
type: object
|
||
|
properties:
|
||
|
status:
|
||
|
$ref: ../../../../components/schemas/Status.yaml#/Status
|
||
|
response:
|
||
|
type: object
|