-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Announcement: Breaking changes in 15.1.0 #939
Comments
Does the change affect "createFeed" API method too? |
Create feed ( Same for moving feeds to a different folder ( I've updated the docs accordingly: API v1-2 |
Can I count on |
Could you make a feature request for this? It sounds reasonable but I'm not sure if it'll happen right now. |
You can, the IDs start at 1. |
15.1.0 was just released https://github.com/nextcloud/news/blob/master/CHANGELOG.md#1510 |
IMPORTANT
Read and tick the following checkbox after you have created the issue or place an x inside the brackets ;)
Explain the Problem
With News 15.1.0 the feed attribute "folderId" will no longer be
0
if the feed is in the root folder the new value isnull
.This change is needed to improve the code and data structure.
Endpoint: https://yournextcloud.com/index.php/apps/news/api/v1-2/feeds
See this example:
Solution
The suggested solution is to allow both "0" and "null" in your client to allow for a smooth transition.
The text was updated successfully, but these errors were encountered: