Skip to content

Commit

Permalink
docs(migrations): fix typo in migrations guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Gusti Zainokta committed Mar 26, 2024
1 parent f11eb76 commit 3b508d3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/migration-guides/migration-guide-v0.66-to-v0.67.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### AMS

The following operation(s) has been updated.
The following model(s) has been updated.

- New required property `active` on `api.FleetListItemResponse` model.

Expand All @@ -16,32 +16,32 @@ The following operation(s) has been updated.

### Chat

The following operation(s) has been updated.
The following model(s) has been updated.

- `models.CategoryHook` params changed from `string` to `object`

### IAM

The following operation(s) has been updated.
The following model(s) has been updated.

- New required property `platformGroup` on `accountcommon.DistinctLinkedPlatformV3` model.

### Match2

The following operation(s) has been updated.
The following model(s) has been updated.

- New required property `IsFull` on `models.GameSession` model.
- New required property `PlatformID` on `player.PlayerData` model.

### Matchmaking

The following operation(s) has been updated.
The following model(s) has been updated.

- Some enums are removed from the selection.

### Session

The following operation(s) has been updated.
The following model(s) has been updated.

- New required property `simultaneousPlatform` on `apimodels.PlayerAttributesRequestBody` model.
- New required property `previousStatus` on `apimodels.UserResponse` model.

0 comments on commit 3b508d3

Please sign in to comment.