Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions spotify-web-api-core/src/main/resources/spotify-web-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3490,10 +3490,7 @@ categories:
\ objects](https://developer.spotify.com/documentation/web-api/reference/#object-savedepisodeobject)\
\ (wrapped in a [paging object](https://developer.spotify.com/documentation/web-api/reference/#object-pagingobject))\
\ in JSON format. On error, the header status code is an [error code](https://developer.spotify.com/documentation/web-api/#response-status-codes)\
\ and the response body contains an [error object](https://developer.spotify.com/documentation/web-api/#response-schema).\n\
- Trying to get more than 2000 episodes for a user will return results for\
\ 2000 episodes. Only the 2000 returned episodes are sorted. This limitation\
\ will be removed in the near future."
\ and the response body contains an [error object](https://developer.spotify.com/documentation/web-api/#response-schema)."
scopes:
- user-library-read
responseTypes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2411,10 +2411,7 @@ paths:
\ objects](https://developer.spotify.com/documentation/web-api/reference/#object-savedepisodeobject)\
\ (wrapped in a [paging object](https://developer.spotify.com/documentation/web-api/reference/#object-pagingobject))\
\ in JSON format. On error, the header status code is an [error code](https://developer.spotify.com/documentation/web-api/#response-status-codes)\
\ and the response body contains an [error object](https://developer.spotify.com/documentation/web-api/#response-schema).\n\
- Trying to get more than 2000 episodes for a user will return results\
\ for 2000 episodes. Only the 2000 returned episodes are sorted. This\
\ limitation will be removed in the near future."
\ and the response body contains an [error object](https://developer.spotify.com/documentation/web-api/#response-schema)."
content:
application/json:
schema:
Expand Down