Skip to main content

Update SIM card group

PATCH 
/wireless/sim_card_groups/:id

Updates a specific SIM card.

Request

Path Parameters

    id uuidrequired

    The unique identifier of the SIM card group

Body

required

Update SIM card payload.

    name string

    The name of the SIM card group.

    network_id string

    The ID of the network that the SIM card group should associate with.

    billing_plan_id uuid

    The UUID of the billing plan that should be associated with this SIM card group.

Responses

200: Successful response

401: Authentication error

403: Authorization error

Loading...