mirror of
https://github.com/navidrome/navidrome.git
synced 2025-07-21 02:41:48 +03:00
19 lines
534 B
YAML
19 lines
534 B
YAML
get:
|
||
summary: Get server's global info
|
||
operationId: getServerInfo
|
||
responses:
|
||
'200':
|
||
description: The response’s data key maps to a resource object dictionary representing the server.
|
||
content:
|
||
application/vnd.api+json:
|
||
schema:
|
||
type: object
|
||
required: [data]
|
||
properties:
|
||
data:
|
||
$ref: '../schemas/ServerInfo.yml'
|
||
'403':
|
||
$ref: '../responses/NotAuthorized.yml'
|
||
'500':
|
||
$ref: '../responses/InternalServerError.yml'
|