change url
This commit is contained in:
parent
65c7fc3de5
commit
09ba0c825b
@ -129,20 +129,13 @@ paths:
|
|||||||
schema:
|
schema:
|
||||||
$ref: '#/components/schemas/List'
|
$ref: '#/components/schemas/List'
|
||||||
|
|
||||||
/api/lists/{listid}/{trackid}:
|
/api/tracks/{trackid}:
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
- backend
|
- backend
|
||||||
summary: Gets a track from a List
|
summary: Gets a track from a List
|
||||||
operationId: getTrack
|
operationId: getTrack
|
||||||
parameters:
|
parameters:
|
||||||
- name: listid
|
|
||||||
in: path
|
|
||||||
description: ID of a list
|
|
||||||
required: true
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
format: uuid
|
|
||||||
- name: trackid
|
- name: trackid
|
||||||
in: path
|
in: path
|
||||||
description: ID of a track
|
description: ID of a track
|
||||||
|
Loading…
Reference in New Issue
Block a user