From b3ad5fd1692ab0ef8b0ec05eb6c883e0719fdd3e Mon Sep 17 00:00:00 2001 From: betsy luzader Date: Fri, 20 Sep 2013 17:37:51 -0500 Subject: [PATCH] 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 --- doc/source/rest/records.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/rest/records.rst b/doc/source/rest/records.rst index e2a8ef61f..69773e592 100644 --- a/doc/source/rest/records.rst +++ b/doc/source/rest/records.rst @@ -203,7 +203,7 @@ Create Record { "name": "www.example.com.", "type": "CNAME", - "data": "example.com" + "data": "example.com." } @@ -226,7 +226,7 @@ Create Record "domain_id": "89acac79-38e7-497d-807c-a011e1310438", "priority": null, "ttl": null, - "data": "example.com", + "data": "example.com.", "description": null } @@ -321,7 +321,7 @@ Create Record { "name": "_sip._tcp.example.com.", "type": "SRV", - "data": "0 5060 sip.example.com" + "data": "0 5060 sip.example.com." "priority": 30 } @@ -345,7 +345,7 @@ Create Record "domain_id": "89acac79-38e7-497d-807c-a011e1310438", "ttl": null, "priority" : 30, - "data": "0 5060 sip.example.com", + "data": "0 5060 sip.example.com.", "description": null }