Skip to content
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

User Model Major Release #35

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

User Model Major Release #35

wants to merge 1 commit into from

Conversation

jmadler
Copy link
Contributor

@jmadler jmadler commented May 19, 2023

  • Rename create/get_segments to _segment.
  • Remove frontend APIs begin_live_activity and end_live_activity.
  • Rename fetch_* to get_*.
  • Add get_subscription.
  • Mark player operations as deprecated.

* Rename create/get_segments to _segment.
* Remove frontend APIs begin_live_activity and end_live_activity.
* Rename fetch_* to get_*.
* Add get_subscription.
* Mark player operations as deprecated.
@@ -3082,6 +2969,7 @@
"/apps/{app_id}/users/{external_user_id}": {
"put": {
"operationId": "update_player_tags",
"deprecated": true,
Copy link
Contributor

@brismithers brismithers May 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for this and all of these, can we point to what should be used instead of the now deprecated endpoints? I don't think there's a dedicated field we could use to describe this, but maybe in the description?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants