Skip to content

Commit

Permalink
#18 /artists/{artistId}/track-ids-by-rating add model
Browse files Browse the repository at this point in the history
  • Loading branch information
acherkashin committed May 30, 2021
1 parent 03e76c7 commit 064dc5d
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions src/yandex-music.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1145,12 +1145,23 @@ paths:
type: string
example: 218099
get:
summary: Получение популярных треков для артиста
tags:
- "artists"
responses:
200:
description: Ok
content: {}
content:
application/json:
schema:
type: object
properties:
artist:
$ref: "#/components/schemas/Artist"
tracks:
type: array
items:
type: string

/artists/{artistId}/brief-info:
parameters:
Expand Down Expand Up @@ -2227,7 +2238,7 @@ components:
codec:
type: string
description: Кодек аудиофайла
gain:
gain:
type: boolean
description: Усиление
preview:
Expand Down

0 comments on commit 064dc5d

Please sign in to comment.