v1

latestOpenAPI 3.1.02026-07-22154213404.8 KB
SIM

Toggle eSIM data roaming

Enables or disables data roaming for the device's eSIM based on the enabled flag in the request body.

put/devices/{deviceId}/esim/roaming

Path parameters

deviceIdstring required

Headers

X-Device-Display-IDinteger

Request body

$schemastring uri

A URL to the JSON Schema for this object.

enabledboolean required

Example request

{
  "$schema": "https://example.com/schemas/SetRoamingBody.json"
}

Response

No Content