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.
25 lines
731 B
YAML
25 lines
731 B
YAML
post:
|
|
tags:
|
|
- admin
|
|
summary: regenerate token
|
|
description: This operation regenerates an existing token. The previous token is immediately invalidated.
|
|
parameters:
|
|
- in: path
|
|
name: token
|
|
schema:
|
|
type: string
|
|
required: true
|
|
description: a valid API token
|
|
example: 4eb506f8-a173-4693-a41b-e23604bc973a
|
|
responses:
|
|
'200':
|
|
description: Token regenerated.
|
|
content:
|
|
application/json:
|
|
schema:
|
|
type: object
|
|
properties:
|
|
status:
|
|
$ref: ../../../../components/schemas/Status.yaml#/Status
|
|
response:
|
|
$ref: ../../../../components/schemas/admin/tokenObject.yaml#/TokenObject |