---
title: "Update a Dynamic DNS entry"
method: PUT
path: "/dynamic-dns/entries/{id}"
tags: ["Dynamic DNS"]
---

# Update a Dynamic DNS entry

`PUT /dynamic-dns/entries/{id}`

Update and validate an existing Dynamic DNS entry

## Path parameters

- `id` integer, required

## Request body

- GithubComAlchemillahqSylveInternalServicesDynamicdnsEntryInput
  - `enabled` boolean
  - `hostname` string
  - `intervalMinutes` integer
  - `provider` string
  - `providerSettings` object
  - `recordType` string
  - `sourceSettings` object
  - `sourceType` string
  - `token` string

## Response `200`

Success

- GithubComAlchemillahqSylveInternalAPIResponseGithubComAlchemillahqSylveInternalServicesDynamicdnsEntryView
  - `data` GithubComAlchemillahqSylveInternalServicesDynamicdnsEntryView
    - `consecutiveFailures` integer
    - `createdAt` string
    - `credentialConfigured` boolean
    - `enabled` boolean
    - `hostname` string
    - `id` integer
    - `intervalMinutes` integer
    - `ipv4Error` string
    - `ipv4Status` string
    - `ipv6Error` string
    - `ipv6Status` string
    - `lastError` string
    - `lastIPv4` string
    - `lastIPv6` string
    - `lastStatus` string
    - `lastSuccessAt` string
    - `lastSyncAt` string
    - `nextRetryAt` string
    - `provider` string
    - `providerSettings` object
    - `recordType` string
    - `sourceSettings` object
    - `sourceType` string
    - `updatedAt` string
  - `error` string
  - `message` string
  - `status` string

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `409` — Conflict
- `413` — Payload Too Large
- `500` — Internal Server Error
- `502` — Bad Gateway

---

[API](https://skmtc.net/alchemillahq/apis/sylve-api.md) · [All operations](https://skmtc.net/alchemillahq/apis/sylve-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alchemillahq/sylve-api/revisions/7a7bea85004e/schema)
