mirror of
https://github.com/navidrome/navidrome.git
synced 2025-07-20 10:21:46 +03:00
10 lines
150 B
YAML
10 lines
150 B
YAML
name: page[offset]
|
|
in: query
|
|
description: The offset for pagination
|
|
required: false
|
|
schema:
|
|
type: integer
|
|
format: int32
|
|
minimum: 0
|
|
default: 0
|