-
Notifications
You must be signed in to change notification settings - Fork 1.9k
fix: Get and delete event favourite using event_id #6063
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
Changes from all commits
13d5ed8
fd25014
f9e835f
2a615ba
14a1647
2703742
b6ccadf
e582254
0744c78
c744603
e873d95
1f60d59
a19271a
5e370a2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25616,9 +25616,9 @@ This Group's APIs can be used for adding a particular event to the favourite lis | |
| } | ||
| } | ||
|
|
||
| ## Favourite Events Detail [/v1/user-favourite-events/{user_favourite_event_id}] | ||
| ## Favourite Events Detail [/v1/user-favourite-events/{event_id}] | ||
| + Parameters | ||
| + user_favourite_event_id: 1 (integer) - ID of the Favourite Event | ||
| + event_id: 1 (integer) - ID of the Event in the form of an integer | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Changing name of parameters won't fix anything.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @iamareebjamal But it should be changed, right?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, your version is more explicit, but if you changed it in hopes that it'll fix the error, then it won't |
||
|
|
||
| ### Get Details [GET] | ||
|
|
||
|
|
||
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.
paranthesis is redundant
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.
@iamareebjamal It shows error when not using paranthesis.

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.
OK