docs: Correct errors in the Create Record examples
Fixed a couple of minor errors in the create record examples. Change-Id: I0e9c085b6f9869b07226372201d02bf1502be133 Fixes: bug#1226249
This commit is contained in:
parent
7308b92252
commit
b3ad5fd169
@ -203,7 +203,7 @@ Create Record
|
|||||||
{
|
{
|
||||||
"name": "www.example.com.",
|
"name": "www.example.com.",
|
||||||
"type": "CNAME",
|
"type": "CNAME",
|
||||||
"data": "example.com"
|
"data": "example.com."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -226,7 +226,7 @@ Create Record
|
|||||||
"domain_id": "89acac79-38e7-497d-807c-a011e1310438",
|
"domain_id": "89acac79-38e7-497d-807c-a011e1310438",
|
||||||
"priority": null,
|
"priority": null,
|
||||||
"ttl": null,
|
"ttl": null,
|
||||||
"data": "example.com",
|
"data": "example.com.",
|
||||||
"description": null
|
"description": null
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -321,7 +321,7 @@ Create Record
|
|||||||
{
|
{
|
||||||
"name": "_sip._tcp.example.com.",
|
"name": "_sip._tcp.example.com.",
|
||||||
"type": "SRV",
|
"type": "SRV",
|
||||||
"data": "0 5060 sip.example.com"
|
"data": "0 5060 sip.example.com."
|
||||||
"priority": 30
|
"priority": 30
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -345,7 +345,7 @@ Create Record
|
|||||||
"domain_id": "89acac79-38e7-497d-807c-a011e1310438",
|
"domain_id": "89acac79-38e7-497d-807c-a011e1310438",
|
||||||
"ttl": null,
|
"ttl": null,
|
||||||
"priority" : 30,
|
"priority" : 30,
|
||||||
"data": "0 5060 sip.example.com",
|
"data": "0 5060 sip.example.com.",
|
||||||
"description": null
|
"description": null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user