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
602 B
YAML
20 lines
602 B
YAML
get:
|
|
tags:
|
|
- admin
|
|
summary: Get API token settings
|
|
responses:
|
|
"200":
|
|
description: "A JSON object containing API tokens and settings"
|
|
content:
|
|
application/json:
|
|
schema:
|
|
allOf:
|
|
- type: object
|
|
properties:
|
|
title:
|
|
type: string
|
|
tokens:
|
|
type: array
|
|
items:
|
|
$ref: ../../../components/schemas/admin/tokenObject.yaml#/TokenObject
|
|
- $ref: ../../../components/schemas/CommonProps.yaml#/CommonProps |