-
Notifications
You must be signed in to change notification settings - Fork 28
🎨 web-api: Add privacy
Field to Profile Endpoints and Retire Legacy Entrypoint
#7408
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
🎨 web-api: Add privacy
Field to Profile Endpoints and Retire Legacy Entrypoint
#7408
Conversation
privacy
Field to Profile Endpoints and Retire Legacy Entrypointprivacy
Field to Profile Endpoints and Retire Legacy Entrypoint
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7408 +/- ##
==========================================
+ Coverage 85.73% 88.61% +2.88%
==========================================
Files 1712 1482 -230
Lines 66507 59071 -7436
Branches 1131 615 -516
==========================================
- Hits 57020 52348 -4672
+ Misses 9165 6552 -2613
+ Partials 322 171 -151
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
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.
thanks
da0e6d6
to
a0c3bb2
Compare
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.
thanks!
I believe you also need to update the |
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.
🚀
f07de3f
to
ea59980
Compare
|
What do these changes do?
In #7402 I forgot to add the new privacy policy to some models.
Rewritten Entries:
🎨 Add missing

privacy
field toGET v0/me
response andPATCH v0/me
request payload🗑️ Retire legacy
PUT v0/me
(update_my_profile
) endpointRelated issue/s
username
🗃️ #7402How to test
Dev-ops