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.
23 lines
611 B
YAML
23 lines
611 B
YAML
get:
|
|
tags:
|
|
- admin
|
|
summary: Get homepage settings
|
|
responses:
|
|
"200":
|
|
description: ""
|
|
content:
|
|
application/json:
|
|
schema:
|
|
allOf:
|
|
- type: object
|
|
properties:
|
|
routes:
|
|
type: array
|
|
items:
|
|
type: object
|
|
properties:
|
|
route:
|
|
type: string
|
|
name:
|
|
type: string
|
|
- $ref: ../../../components/schemas/CommonProps.yaml#/CommonProps |