change url

This commit is contained in:
Torma Kristóf 2020-11-26 03:44:39 +01:00
parent 65c7fc3de5
commit 09ba0c825b

View File

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