Esims
Update a physical eSIM's self-reported MSISDN and/or display name
Updates the eSIM's self-reported msisdn and/or display name. Both fields are optional, but the request body itself is required. Omitting a field leaves it unchanged; setting it to null or an empty string clears it. name is capped at 15 characters. Available regardless of the eSIM's current status.
patch/numbers/esims/{id}
Path parameters
idstring uuid required
Example:550e8400-e29b-41d4-a716-446655440000
Request body
Example request
{
"msisdn": "+33612345678",
"name": "Mom's phone"
}Response
eSIM updated