-
Notifications
You must be signed in to change notification settings - Fork 50
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: added get deleted newsletter emails #293
Feat: added get deleted newsletter emails #293
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.
satisfactory implementation
The merge-base changed after approval.
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.
satisfactory implementation
The merge-base changed after approval.
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.
lgtm
The merge-base changed after approval.
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.
lgtm
The merge-base changed after approval.
The merge-base changed after approval.
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.
please remove comments
done |
Description
This pull request introduces a new API endpoint to retrieve soft-deleted newsletters.
Key Features
GET /api/v1/newsletter-subscription/deleted
SuperAdmin
role can access this endpoint.API DOC HERE
Acceptance Criteria
Authorization Header:
Related Issue
This pull request addresses Issue 288.
How Has This Been Tested?
The changes have been tested with the following methods:
Screenshots (if appropriate - Postman, etc.)
Types of Changes
Checklist