Ryzehosting
  1. domain
Ryzehosting
  • account
    • redeem voucher
      POST
    • save address
      POST
    • affiliate stats
      GET
    • transactions
      GET
    • get address
      GET
    • dashboard
      GET
    • balance
      GET
    • session
      GET
  • domain
    • whois privacy update
      POST
    • whois privacy get
      GET
    • contact update
      POST
    • nameservers
      POST
    • dns-records
      GET
    • contact get
      GET
    • dns update
      POST
    • authcode
      POST
    • pricelist
      GET
    • details
      GET
    • check
      POST
    • order
      POST
    • list
      GET
  • server
    • ipaddresses
      GET
    • password
      POST
    • hardware
      GET
    • reinstall
      POST
    • rrddata
      GET
    • cancel
      POST
    • status
      GET
    • prices
      GET
    • config
      GET
    • renew
      POST
    • power
      POST
    • hosts
      GET
    • order
      POST
    • vnc
      GET
    • list
      GET
    • ptr
      POST
    • os
      GET
  • webspace
    • packages
    • details
    • renew
    • status
    • order
    • list
  • ryzectrl
    • packages
    • details
    • renew
    • order
    • list
  • ticket
    • messages
    • message
    • details
    • create
    • open
    • close
    • list
  • tools
    • Create UUID
    • Iban Verify
    • Network
    • NoVNC
    • Whois
  • Schemas
    • Unauthorized
    • Success
  1. domain

dns update

POST
domain/dns-update

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

🟠401Unauthorized
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://dash.ryzehosting.com/api/v2/domain/dns-update' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
  "domain_id": "019b1ace-4a2b-819c-8fe2-7c2bb2e514f6",
  "records": [
    {
      "name": "@",
      "type": "A",
      "data": "192.168.1.1"
    },
    {
      "name": "www",
      "type": "CNAME",
      "data": "example.com"
    },
    {
      "name": "@",
      "type": "AAAA",
      "data": "2001:0db8:85a3:0000:0000:8a2e:0370:7334"
    },
    {
      "name": "@",
      "type": "MX",
      "data": "10 mail.example.com"
    },
    {
      "name": "@",
      "type": "TXT",
      "data": "v=spf1 include:_spf.example.com ~all"
    }
  ]
}'
Response Response Example
200 - Success
{
    "response": "DNS records updated successfully",
    "state": "success",
    "code": 200,
    "data": {
        "message": "DNS-Einträge wurden erfolgreich aktualisiert",
        "domain": "last-try.bond"
    }
}
Modified at 2025-12-30 04:04:34
Previous
contact get
Next
authcode
Built with