# Update DNS Record **POST /dns/{id}/{recordId}** Updates a DNS record with the supplied information. Manage a DNS Record for the given Domain. ## Servers - Live API Endpoint: https://my.interserver.net/apiv2 (Live API Endpoint) ## Authentication methods - Api key auth - Session id header auth - Session id cookie auth ## Parameters ### Path parameters - **recordId** (integer) The domain record ID number. - **id** (integer) The domain ID number ### Body: application/json (object) The request data to update a dns record. - **name** (string) - **type** (string) - **content** (string) - **ttl** (string) - **prio** (string) - **disabled** (string) - **ordername** (string) - **auth** (string) ## Responses ### 401 Unauthorized #### Body: application/json (object) - **code** (string) - **message** (string) ### default Default response [Powered by Bump.sh](https://bump.sh)