API structure has changed
9 structure changes including:
9 Modifications
Modified
9
Breaking
DELETE /artists/{artistId}
- Response
-
401 response Modified
- application/json content type Added
-
403 response Modified
- application/json content type Added
-
404 response Modified
- application/json content type Added
-
500 response Modified
- application/json content type Added
DELETE /artists/{artistId}/songs/{songId}
- Response
-
401 response Modified
- application/json content type Added
-
403 response Modified
- application/json content type Added
-
404 response Modified
- application/json content type Added
-
500 response Modified
- application/json content type Added
GET /artists
- Response
-
200 response Modified
-
application/json content type Modified
-
pagination 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
-
pagination property Removed
-
application/json content type Modified
-
400 response Modified
- application/json content type Added
-
500 response Modified
- application/json content type Added
GET /artists/{artistId}
- Response
-
404 response Modified
- application/json content type Added
-
500 response Modified
- application/json content type Added
GET /artists/{artistId}/songs
- Response
-
200 response Modified
-
application/json content type Modified
-
pagination 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
-
pagination property Removed
-
application/json content type Modified
-
404 response Modified
- application/json content type Added
-
500 response Modified
- application/json content type Added
PATCH /artists/{artistId}
- Response
-
400 response Modified
- application/json content type Added
-
401 response Modified
- application/json content type Added
-
403 response Modified
- application/json content type Added
-
404 response Modified
- application/json content type Added
-
500 response Modified
- application/json content type Added
POST /artists
- Response
-
400 response Modified
- application/json content type Added
-
401 response Modified
- application/json content type Added
-
403 response Modified
- application/json content type Added
-
500 response Modified
- application/json content type Added
POST /artists/{artistId}/songs/{songId}
- Response
-
400 response Modified
- application/json content type Added
-
401 response Modified
- application/json content type Added
-
403 response Modified
- application/json content type Added
-
404 response Modified
- application/json content type Added
-
500 response Modified
- application/json content type Added
PUT /artists/{artistId}
- Response
-
400 response Modified
- application/json content type Added
-
401 response Modified
- application/json content type Added
-
403 response Modified
- application/json content type Added
-
404 response Modified
- application/json content type Added
-
500 response Modified
- application/json content type Added