mirror of
https://github.com/navidrome/navidrome.git
synced 2025-07-20 02:11:46 +03:00
14 lines
247 B
YAML
14 lines
247 B
YAML
name: include
|
|
in: query
|
|
description: Related resources to include in the response, separated by commas
|
|
required: false
|
|
explode: false
|
|
schema:
|
|
type: array
|
|
x-go-type: includeSlice
|
|
items:
|
|
type: string
|
|
enum:
|
|
- track
|
|
- artist
|