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