API structure has changed
12 structure changes including:
1 Breaking change
1 Addition
10 Modifications
1 Removal
Modified
10
Breaking
GET /playlists
- Response
-
200 response Modified
-
application/json content type Modified
-
items property Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- data property Added
-
items property Removed
-
application/json content type Modified
GET /playlists/{playlistId}/songs
- Response
-
200 response Modified
-
application/json content type Modified
-
id property Modified
-
Type is no longer
stringBreaking
-
Type is no longer
- artistIds, genre properties Added
-
id property Modified
-
application/json content type Modified
GET /songs
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
-
id property Modified
-
Type is no longer
stringBreaking
-
Type is no longer
- artistIds, genre properties Added
-
id property Modified
-
data property Modified
-
application/json content type Modified
GET /songs/{songId}
- Response
-
200 response Modified
-
application/json content type Modified
-
id property Modified
-
Type is no longer
stringBreaking
-
Type is no longer
- artistIds, genre properties Added
-
id property Modified
-
application/json content type Modified
GET /users
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
-
id property Modified
-
Type is no longer
stringBreaking
-
Type is no longer
-
id property Modified
-
data property Modified
-
application/json content type Modified
GET /users/{userId}
- Response
-
200 response Modified
-
application/json content type Modified
-
id property Modified
-
Type is no longer
stringBreaking
-
Type is no longer
-
id property Modified
-
application/json content type Modified
PATCH /songs/{songId}
- Body
-
application/json content type Modified
- artistIds, genre properties Added
- Response
-
200 response Modified
-
application/json content type Modified
-
id property Modified
-
Type is no longer
stringBreaking
-
Type is no longer
- artistIds, genre properties Added
-
id property Modified
-
application/json content type Modified
POST /playlists
- Response
-
201 response Modified
-
application/json content type Modified
-
id property Modified
-
Type is no longer
stringBreaking
-
Type is no longer
- songIds, songCount properties Added
-
id property Modified
-
application/json content type Modified
POST /songs
- Body
-
application/json content type Modified
- artistIds, genre properties Added
- Response
-
201 response Modified
-
application/json content type Modified
-
id property Modified
-
Type is no longer
stringBreaking
-
Type is no longer
- artistIds, genre properties Added
-
id property Modified
-
application/json content type Modified
POST /users
- Response
-
201 response Modified
-
application/json content type Modified
-
id property Modified
-
Type is no longer
stringBreaking
-
Type is no longer
-
id property Modified
-
application/json content type Modified
Removed
1
Breaking
PATCH /users/{userId}
- Removing a resource is always breaking unless it was deprecated before Breaking
Added
1
PUT /users/{userId}