-
Notifications
You must be signed in to change notification settings - Fork 32
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
feat(nextcloud): add news endpoints for marking multiple articles as read starred #2324
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The first commit is wrong because booleans in query parameters are represented as 0/1 in Nextcloud. If the parameters were sent in the body then they could need to be booleans indeed.
Can you please clarify that? The docs say that it's meant to be a boolean: |
Yes, but the documentation shows a JSON body as the example which we don't make use of here. |
I don't know where you see a json body
But if you say so ... |
The docs must be wrong there, only 0/1 work (I previously looked at the wrong part of the docs when I talked about the JSON body). |
544334c
to
f52bbaf
Compare
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
…read/starred Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
f52bbaf
to
07d1eba
Compare
No description provided.