diff --git a/versioned_docs/version-3.0/migration-guide-to-server-side-API-v2.md b/versioned_docs/version-3.0/migration-guide-to-server-side-API-v2.md index ed856233..6a1eed1e 100644 --- a/versioned_docs/version-3.0/migration-guide-to-server-side-API-v2.md +++ b/versioned_docs/version-3.0/migration-guide-to-server-side-API-v2.md @@ -57,7 +57,7 @@ Add new request headers as follows: | **Header** | **Description** | | --------------------------- | ------------------------------------------------------------ | | **adapty-profile-id** | (Required, choose one) The user’s Adapty profile ID. Visible in the **Adapty ID** field in the [Adapty Dashboard -> **Profiles**](https://app.adapty.io/profiles/users) -> specific profile page. Interchangeable with **adapty-customer-user-id**, use any of them. | -| **adapty-customer-user-id** |
(Required, choose one) The user’s ID in your system. Visible in the **Customer user ID** field in the [Adapty Dashboard -> **Profiles**](https://app.adapty.io/profiles/users) -> specific profile page. Interchangeable with **adapty-profile-id**, use any of them.
⚠️ Works only if you [identify users](http://localhost:3000/docs/identifying-users) in your app code using the Adapty SDK.
| +| **adapty-customer-user-id** |(Required, choose one) The user’s ID in your system. Visible in the **Customer user ID** field in the [Adapty Dashboard -> **Profiles**](https://app.adapty.io/profiles/users) -> specific profile page. Interchangeable with **adapty-profile-id**, use any of them.
⚠️ Works only if you [identify users](identifying-users) in your app code using the Adapty SDK.
| | **adapty-platform** | Specify the app's platform. Possible options: `iOS`, `macOS`, `iPadOS`, `visionOS`, `Android`. | ---