change url

This commit is contained in:
Torma Kristóf 2020-11-26 03:44:39 +01:00
parent 65c7fc3de5
commit 09ba0c825b
1 changed files with 1 additions and 8 deletions

View File

@ -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