https://docs.microsoft.com/gaming/playfab/release-notes/#260804 - #248
Closed
Cindy Johnson (cindyjohnson-msft) wants to merge 1 commit into
Closed
https://docs.microsoft.com/gaming/playfab/release-notes/#260804#248Cindy Johnson (cindyjohnson-msft) wants to merge 1 commit into
Cindy Johnson (cindyjohnson-msft) wants to merge 1 commit into
Conversation
Contributor
|
Cindy, let's wait on this PR for now, i need to make sure we can successfully generate our SDKs |
There was a problem hiding this comment.
Pull request overview
This PR updates the PlayFab API specifications to the 260804 release, refreshing swagger + legacy API JSONs with newly documented request fields, expanded enums, and additional error codes (including new Admin IP ban endpoints).
Changes:
- Bump API/spec versions to 260804 (and bump generator target versions in
SdkManualNotes.json). - Add/propagate new documented error codes (e.g.,
PSNNextGenNotConfiguredForTitle,InvalidNintendoIssuer, and additionalx-ms-docs-errorsentries). - Extend/augment API surfaces: Admin IP ban endpoints + models, added request fields for Nintendo issuer and PlayStation sandbox/auth version, and expanded Azure region lists.
Reviewed changes
Copilot reviewed 40 out of 40 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| Swagger/PlayFab/Sweepstakes.swagger.json | Version bump + new error code entries. |
| Swagger/PlayFab/State.swagger.json | Version bump + new error code entries. |
| Swagger/PlayFab/Server.swagger.json | Version bump + new x-ms-docs-errors entries and new request fields (Nintendo issuer / PSN sandbox + auth version). |
| Swagger/PlayFab/Progression.swagger.json | Version bump + new error code entries. |
| Swagger/PlayFab/Profiles.swagger.json | Version bump + new error code entries. |
| Swagger/PlayFab/Multiplayer.swagger.json | Version bump + expanded Azure region enum + new error code entries. |
| Swagger/PlayFab/Matchmaker.swagger.json | Version bump + new error code entries. |
| Swagger/PlayFab/Localization.swagger.json | Version bump + new error code entries. |
| Swagger/PlayFab/Insights.swagger.json | Version bump + new error code entries. |
| Swagger/PlayFab/Groups.swagger.json | Version bump + new error code entries. |
| Swagger/PlayFab/Experimentation.swagger.json | Version bump + new error code entries. |
| Swagger/PlayFab/Events.swagger.json | Version bump + new error code entries. |
| Swagger/PlayFab/Economy.swagger.json | Version bump + new error code entries. |
| Swagger/PlayFab/Data.swagger.json | Version bump + new error code entries. |
| Swagger/PlayFab/CloudScript.swagger.json | Version bump + new error code entries. |
| Swagger/PlayFab/Client.swagger.json | Version bump + new x-ms-docs-errors entries and new request fields (Nintendo issuer / PSN auth version + sandbox). |
| Swagger/PlayFab/Authentication.swagger.json | Version bump + new error code entries. |
| Swagger/PlayFab/Admin.swagger.json | Version bump + add Admin IP ban endpoints/models/parameters/responses + new error code entries. |
| Swagger/PlayFab/Addon.swagger.json | Version bump + new error code entries. |
| SdkManualNotes.json | Bump per-target SDK generator version strings to 260804. |
| Legacy/PlayFab/Sweepstakes.api.json | Propagate new error code entries into legacy API JSON. |
| Legacy/PlayFab/State.api.json | Propagate new error code entries into legacy API JSON. |
| Legacy/PlayFab/Server.api.json | Propagate new errors + new request fields (Nintendo issuer / PSN sandbox + auth version) into legacy API JSON. |
| Legacy/PlayFab/Progression.api.json | Propagate new error code entries into legacy API JSON. |
| Legacy/PlayFab/Profiles.api.json | Propagate new error code entries into legacy API JSON. |
| Legacy/PlayFab/PlayStreamEventModels.json | Propagate new error code entries into event model errors list. |
| Legacy/PlayFab/Multiplayer.api.json | Expand Azure region enum + refresh request/response example timestamps. |
| Legacy/PlayFab/Matchmaker.api.json | Propagate new error code entries into legacy API JSON. |
| Legacy/PlayFab/Localization.api.json | Propagate new error code entries into legacy API JSON. |
| Legacy/PlayFab/Insights.api.json | Propagate new error code entries into legacy API JSON. |
| Legacy/PlayFab/Groups.api.json | Propagate new error code entries into legacy API JSON. |
| Legacy/PlayFab/Experimentation.api.json | Propagate new error code entries into legacy API JSON. |
| Legacy/PlayFab/Events.api.json | Propagate new error code entries into legacy API JSON. |
| Legacy/PlayFab/Economy.api.json | Propagate new error code entries into legacy API JSON. |
| Legacy/PlayFab/Data.api.json | Propagate new error code entries into legacy API JSON. |
| Legacy/PlayFab/CloudScript.api.json | Propagate new error code entries into legacy API JSON. |
| Legacy/PlayFab/Client.api.json | Propagate new errors + new request fields (Nintendo issuer / PSN auth version + sandbox) into legacy API JSON. |
| Legacy/PlayFab/Authentication.api.json | Propagate new error code entries into legacy API JSON. |
| Legacy/PlayFab/Admin.api.json | Add legacy representations of Admin IP ban endpoints/models + propagate new errors. |
| Legacy/PlayFab/Addon.api.json | Propagate new error code entries into legacy API JSON. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "swagger": "2.0", | ||
| "info": { | ||
| "version": "260703", | ||
| "version": "260803", |
Comment on lines
3476
to
3477
| "InvalidPSNAuthCode", | ||
| "InvalidPSNAuthCode", |
| "example": { | ||
| "IPAddress": "192.168.1.1", | ||
| "Reason": "Suspected Bot Farm", | ||
| "Expires": "2024-06-08T00:00:00Z" |
| "auth": "SecretKey", | ||
| "method": "POST", | ||
| "request": "CreateIPBanRequest", | ||
| "requestExample": "{\n \"IPAddress\": \"192.168.1.1\",\n \"Reason\": \"Suspected Bot Farm\",\n \"Expires\": \"2024-06-08T00:00:00Z\"\n}", |
Victor Kulaga (Vicodex)
requested changes
Aug 5, 2026
Victor Kulaga (Vicodex)
left a comment
Contributor
There was a problem hiding this comment.
Blocking for a moment to prevent accidental merge
Andy McCalib (amccalib)
approved these changes
Aug 5, 2026
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.
No description provided.