Skip to content

Commit 13f00a8

Browse files
committed
remove getPlaylistByHandleAndSlug method
1 parent 56ea471 commit 13f00a8

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

api/swagger/swagger-v1.yaml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1170,37 +1170,6 @@ paths:
11701170
'500':
11711171
description: Server error
11721172
content: {}
1173-
/playlists/by_permalink/{handle}/{slug}:
1174-
get:
1175-
tags:
1176-
- playlists
1177-
description: Get a playlist by handle and slug
1178-
operationId: Get Playlist By Handle and Slug
1179-
parameters:
1180-
- name: handle
1181-
in: path
1182-
description: playlist owner handle
1183-
required: true
1184-
schema:
1185-
type: string
1186-
- name: slug
1187-
in: path
1188-
description: playlist slug
1189-
required: true
1190-
schema:
1191-
type: string
1192-
- name: user_id
1193-
in: query
1194-
description: The user ID of the user making the request
1195-
schema:
1196-
type: string
1197-
responses:
1198-
'200':
1199-
description: Success
1200-
content:
1201-
application/json:
1202-
schema:
1203-
$ref: '#/components/schemas/playlist_response'
12041173
/playlists/search:
12051174
get:
12061175
tags:

0 commit comments

Comments
 (0)