Skip to main content

Update SIM card

PATCH 
/wireless/sim_cards/:id

Updates a specific SIM card.

Request

Path Parameters

    id uuidrequired

    The unique identifier of the SIM card

Body

required

SIM card update request

    tags string[]

    A list of tags for the given SIM card.

    enabled boolean

    Whether the SIM card should be enabled or disabled.

Responses

200: Successful response

401: Authentication error

403: Authorization error

Loading...