-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
API Documentation for /notifications/read is incomplete #14484
Comments
This is my first issue and i have no clue how to get started, can you please tell me how can i help ? |
Hi! I would like to pick up and work on this issue. |
Hello I'm requesting for guidance on how to tackle this issue |
Hi! I have looked into controller files and saw the missing @apiParam, I can pick this up and add the annotation. |
sure
…On Wed, Feb 22, 2023 at 12:28 PM marnamrs ***@***.***> wrote:
Hi! I have looked into controller files and saw the missing @apiParam, I
can pick this up and add the annotation.
—
Reply to this email directly, view it on GitHub
<#14484 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVJAGT2QZJ2KZWSO66ITHXDWYXL3NANCNFSM6AAAAAAUQXLGCA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Sure thing, @marnamrs! Thanks! |
is this issue resolved? |
|
@SabreCat @CuriousMagpie can i work on this? |
Sure thing, @apoorvapendse! Thanks! |
@CuriousMagpie Thanks for assigning, do you also need the same change for marking multiple notifications as seen? |
This is made to solve issue HabitRPG#14484
is this issue resolved? if not, can I work on this? |
@CiceroLino I have created a pull request for the same, waiting for it to be reviewed. |
does anyone got an update on this issue if got reviewed or not? |
@ducknows nope. |
Can I work on this issue, could you assign me please |
@SabreCat can you review the pr associated with this |
The API documentation for "Mark multiple notifications as read" is inaccurate.
There is a required parameter in the request body,
notificationIds
, specifying what notifications to mark as read, which doesn't show up in apidoc as yet. We don't currently have a blanket API route to dismiss all notifs without listing them.The text was updated successfully, but these errors were encountered: