# Change Log
**DevRel 185 [2026-03-18]**
**✏️ Updated**
- **GET /device/v0/devices/**
  - ⚠️ added the new 'tvOS' enum value to the 'content/results/items/oneOf[#/components/schemas/AppleDevice]/os' response property for the response status '200'
  - added the new optional 'query' request parameter 'tvos_version'
  - added the new enum value 'tvOS' to the 'query' request parameter 'os'
- **DELETE /device/v0/devices/{id}/** - ⚠️ added the new 'tvOS' enum value to the 'content/oneOf[#/components/schemas/AppleDevice]/os' response property for the response status '200'
- **GET /device/v0/devices/{id}/** - ⚠️ added the new 'tvOS' enum value to the 'content/oneOf[#/components/schemas/AppleDevice]/os' response property for the response status '200'
- **GET /v2/devices/**
  - ⚠️ added the new 'tvOS' enum value to the 'content/results/items/oneOf[#/components/schemas/AppleDeviceV2]/os' response property for the response status '200'
  - added the new optional 'query' request parameter 'tvos_version'
  - added the new enum value 'tvOS' to the 'query' request parameter 'os'
- **GET /v2/devices/{id}** - ⚠️ added the new 'tvOS' enum value to the 'content/oneOf[#/components/schemas/AppleDeviceV2]/os' response property for the response status '200'



---

**DevRel 184 [2026-03-03]**
➕ Added
- **PUT /v2/itunesapps/{appleAppId}/preferred-region** -  endpoint added
- **GET /v2/preferred-regions** -  endpoint added
- **POST /v2/preferred-regions** -  endpoint added

**✏️ Updated**
- **GET /v2/devices/**
  - ⚠️ deleted the 'header' request parameter 'X-Caller-Id'
  - ⚠️ deleted the 'header' request parameter 'X-SCAPI-Private-URL'
  - ⚠️ deleted the 'header' request parameter 'X-Tenant-Id'
- **GET /v2/devices/{id}**
  - ⚠️ deleted the 'header' request parameter 'X-Caller-Id'
  - ⚠️ deleted the 'header' request parameter 'X-SCAPI-Private-URL'
  - ⚠️ deleted the 'header' request parameter 'X-Tenant-Id'
- **GET /v2/devices/{deviceId}/google-accounts/emm-managed/** -  endpoint path updated
- **GET /v2/esper-apps/{appId}/versions/{versionId}** -  endpoint path updated
- **GET /v2/foundationversions** -  endpoint path updated
- **GET /v2/rv-activity-feed/** -  endpoint path updated
- **GET /v2/tenant-esper-apps** -  endpoint path updated

