Merged
Conversation
57970c0 to
6d91239
Compare
6d91239 to
3539e32
Compare
sherwinski
approved these changes
May 23, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
User Model beta release
Changes
API Endpoints
Added Endpoints
PATCH /apps/{app_id}/users/by/{alias_label}/{alias_id}/identity(create_alias)PATCH /apps/{app_id}/subscriptions/{subscription_id}/user/identity(create_alias_by_subscription)POST /players/csv_export?app_id={app_id}(export_subscriptions)GET /apps/{app_id}/users/by/{alias_label}/{alias_id}/identity(get_aliases)GET /apps/{app_id}/subscriptions/{subscription_id}/user/identity(get_aliases_by_subscription)GET /apps/{app_id}/segments(get_segments)GET /apps/{app_id}/users/by/{alias_label}/{alias_id}(get_user)POST /apps/{app_id}/notifications/{notification_id}/unsubscribe(unsubscribe_email_with_token)Modified Endpoints
POST /apps/{app_id}/segments(create_segments → create_segment)DELETE /apps/{app_id}/segments/{segment_id}(delete_segments → delete_segment)Removed Endpoints
POST /apps/{app_id}/live_activities/{activity_id}/token(begin_live_activity)POST /players(create_player)DELETE /players/{player_id}(delete_player)DELETE /apps/{app_id}/segments/{segment_id}(delete_segments; replaced by delete_segment)DELETE /apps/{app_id}/live_activities/{activity_id}/token/{subscription_id}(end_live_activity)POST /players/csv_export?app_id={app_id}(export_players; replaced by export_subscriptions)GET /apps/{app_id}/subscriptions/{subscription_id}/user/identity(fetch_aliases; replaced by get_aliases_by_subscription)GET /apps/{app_id}/users/by/{alias_label}/{alias_id}(fetch_user; replaced by get_user)GET /apps/{app_id}/users/by/{alias_label}/{alias_id}/identity(fetch_user_identity; replaced by get_aliases)GET /apps/{app_id}/subscriptions/{subscription_id}/iams(get_eligible_iams)GET /players/{player_id}(get_player)GET /players(get_players)PATCH /apps/{app_id}/users/by/{alias_label}/{alias_id}/identity(identify_user_by_alias; replaced by create_alias)PATCH /apps/{app_id}/subscriptions/{subscription_id}/user/identity(identify_user_by_subscription_id; replaced by create_alias_by_subscription)PUT /players/{player_id}(update_player)PUT /apps/{app_id}/users/{external_user_id}(update_player_tags)Models
Added Models
ExportSubscriptionsRequestBodyExportSubscriptionsSuccessResponseFilterExpressionGenericSuccessBoolResponseGetNotificationHistoryRequestBodyGetSegmentsSuccessResponseLanguageStringMapPropertiesBodyRateLimitErrorSegmentDataSubscriptionSubscriptionBodySubscriptionNotificationTargetUserIdentityBodyWebButtonModified Models
RateLimiterError→RateLimitError(renamed)FilterExpressions→FilterExpression(replaced/renamed)SubscriptionObject→Subscription(replaced/renamed)Removed Models
BeginLiveActivityRequestCancelNotificationSuccessResponseCreatePlayerSuccessResponseCreateSubscriptionRequestBodyDeletePlayerNotFoundResponseDeletePlayerSuccessResponseDeleteSegmentNotFoundResponseDeleteSegmentSuccessResponseExportPlayersRequestBodyExportPlayersSuccessResponseFilterExpressions(replaced by FilterExpression)GenericErrorErrorsInnerGetNotificationRequestBodyInlineResponse200InlineResponse2003InlineResponse201InlineResponse202InvalidIdentifierErrorNotification200ErrorsPlayerPlayerNotificationTargetPlayerNotificationTargetIncludeAliasesPlayerSliceRateLimiterError(replaced by RateLimitError)StringMapSubscriptionObject(replaced by Subscription)UpdatePlayerSuccessResponseUpdatePlayerTagsRequestBodyUpdatePlayerTagsSuccessResponseUpdateSubscriptionRequestBodyUserIdentityRequestBodyUserIdentityResponseUserSubscriptionOptions