Skip to main content

Update Gateway

PUT 

/lns/tenants/:tenantId/gateways/:gatewayId

Update gateway

Request

Path Parameters

    tenantId stringrequired

    The ID of tenant.

    gatewayId stringrequired

    The ID of gateway.

Body

required
    name stringrequired

    The name of gateway.

    description string

    The description of gateway.

    statsInterval numberrequired

    The stats interval of gateway.

    tagsMap object[]

    The tagsMsp of gateway.

  • Array [
  • ]

Responses

Schema
    data objectrequired

    Data of the gateway.

    tenantId stringrequired
    gatewayId stringrequired
    name stringrequired
    description stringrequired
    statsInterval numberrequired
    tagsMap object[]required
  • Array [
  • ]
Loading...