---
title: "ModifyIP config"
method: PUT
path: "/api/v1/config/ip"
tags: ["config"]
---

# ModifyIP config

`PUT /api/v1/config/ip`

Modify IP configuration

## Request body

- ModifyIPConfigPayload — Configuration parameters
  - `address` string, required — IP address to use
  - `dhcp` boolean, required — DHCP to use
  - `dns` string, required — DNS to use
  - `gateway` string, required — Gateway to use
  - `prefix` integer, required — Prefix to use

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/waterlinked/apis/the-water-linked-underwater-gps-api.md) · [All operations](https://skmtc.net/waterlinked/apis/the-water-linked-underwater-gps-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/waterlinked/the-water-linked-underwater-gps-api/versions/d7611df77577/schema)
