Skip to main content

Update Cellular Modules Sim Security (v2.0)

PUT 

/v2.0/api/tenants/:tenant_id/elements/:element_id/cellular_modules/:cellular_module_id/sim_security/:sim_security_id

Update the cellular modules sim security information.

Request

Path Parameters

    tenant_id stringrequired

    ID of the tenant.

    element_id stringrequired

    ID of the element.

    cellular_module_id stringrequired

    ID of the cellular module.

    sim_security_id stringrequired

    ID of the sim security.

Body

    description

    The description of the sim security. Max size = 256.

    id string

    The ID of the sim security.

    name stringrequired

    The name of the sim security. Max size = 128.urce name.

    pin string

    The pin of the sim security. Pin must be numeric with minimum 4 and maximum 8 digits.

    remove_pin booleanrequired

    The remove pin of the sim security.

    slot_number int32required

    The slot number of the sim.

    tags string[]

    An information field that can be added to identify the sim security. Maximum 10 unique tags of length 1024 each are allowed.

Responses

Successful Operation

Schema
    description

    The description of the sim security. Max size = 256.

    id string

    The ID of the sim security.

    name stringrequired

    The name of the sim security. Max size = 128.

    pin string

    The pin of the sim security. Pin must be numeric with minimum 4 and maximum 8 digits.

    remove_pin booleanrequired

    The remove pin of the sim security.

    slot_number int32required

    The slot number of the sim.

    tags string[]

    An information field that can be added to identify the sim security. Maximum 10 unique tags of length 1024 each are allowed.

Loading...