---
title: "POST /api/v1/gateway/update"
method: POST
path: "/api/v1/gateway/update"
tags: ["Gateway"]
---

# POST /api/v1/gateway/update

`POST /api/v1/gateway/update`

## Request body

- UpdateGatewayRequest
  - `Gateway` Gateway
    - `Id` string
    - `Description` string, nullable
    - `Type` string, nullable
    - `ClientId` string, nullable
    - `DateCreated` string, date-time
    - `DateUpdated` string, date-time
    - `Configuration` unknown
    - `Reachable` boolean

## Response `200`

- UpdateGatewayResult
  - `Succeeded` boolean
  - `Message` string, nullable
  - `Code` string, nullable

---

[API](https://skmtc.dev/pads4/apis/nds-services-authentication.md) · [All operations](https://skmtc.dev/pads4/apis/nds-services-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pads4/nds-services-authentication/revisions/e0bfd79e98ee/schema)
