[PR #265] [MERGED] add user id parameter to createPlaylist method #285

Closed
opened 2026-02-27 19:26:56 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jwilsson/spotify-web-api-php/pull/265
Author: @revoltek-daniel
Created: 7/27/2023
Status: Merged
Merged: 7/29/2023
Merged by: @jwilsson

Base: mainHead: bugfix/fix-create-playlist-endpoint


📝 Commits (6)

  • 6cb6002 use user id in createPlaylist method
  • d30e563 update docs for createPlaylist method
  • 40c091b fix test
  • c11fc64 add review fixes to keep backward compatibility
  • 93b2d51 Update docs
  • 78c9794 Add additional test

📊 Changes

4 files changed (+40 additions, -7 deletions)

View changed files

📝 docs/examples/managing-user-playlists.md (+1 -1)
📝 docs/method-reference/SpotifyWebAPI.md (+2 -1)
📝 src/SpotifyWebAPI.php (+9 -2)
📝 tests/SpotifyWebAPITest.php (+28 -3)

📄 Description

Add the user_id parameter to the createPlaylist method like mentioned in the API docs https://developer.spotify.com/documentation/web-api/reference/create-playlist


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jwilsson/spotify-web-api-php/pull/265 **Author:** [@revoltek-daniel](https://github.com/revoltek-daniel) **Created:** 7/27/2023 **Status:** ✅ Merged **Merged:** 7/29/2023 **Merged by:** [@jwilsson](https://github.com/jwilsson) **Base:** `main` ← **Head:** `bugfix/fix-create-playlist-endpoint` --- ### 📝 Commits (6) - [`6cb6002`](https://github.com/jwilsson/spotify-web-api-php/commit/6cb6002da34c13c622be2f5a19831c7bb46a7978) use user id in createPlaylist method - [`d30e563`](https://github.com/jwilsson/spotify-web-api-php/commit/d30e563c1cab2abc0ea58d1fa9a39c18b2ee744f) update docs for createPlaylist method - [`40c091b`](https://github.com/jwilsson/spotify-web-api-php/commit/40c091b90c5c3834ae13973362ede54bfd721a4f) fix test - [`c11fc64`](https://github.com/jwilsson/spotify-web-api-php/commit/c11fc6447adeb916a5925602a3677e120a81b9fb) add review fixes to keep backward compatibility - [`93b2d51`](https://github.com/jwilsson/spotify-web-api-php/commit/93b2d51c26eaf57ef2ee3af9d49854f07c866f3b) Update docs - [`78c9794`](https://github.com/jwilsson/spotify-web-api-php/commit/78c9794b6aba84debc0013514ff6ae1a3d2b015d) Add additional test ### 📊 Changes **4 files changed** (+40 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `docs/examples/managing-user-playlists.md` (+1 -1) 📝 `docs/method-reference/SpotifyWebAPI.md` (+2 -1) 📝 `src/SpotifyWebAPI.php` (+9 -2) 📝 `tests/SpotifyWebAPITest.php` (+28 -3) </details> ### 📄 Description Add the user_id parameter to the createPlaylist method like mentioned in the API docs https://developer.spotify.com/documentation/web-api/reference/create-playlist --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 19:26:56 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-web-api-php#285
No description provided.