From c1f63d705e55f72231044dd1b0f5c3680eaede5f Mon Sep 17 00:00:00 2001 From: Ekaterina Titkova Date: Mon, 17 Jun 2024 12:25:07 +0200 Subject: [PATCH] Fix response code for deletePlaylist --- paths/playlists/id.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paths/playlists/id.yaml b/paths/playlists/id.yaml index 774d1863..d646b0dc 100644 --- a/paths/playlists/id.yaml +++ b/paths/playlists/id.yaml @@ -104,7 +104,7 @@ delete: required: true responses: - "200": + "204": description: The playlist is deleted "400": $ref: "../../responses/400.yaml"