X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2Fdev-guide.rst;h=686cfefcde3dd6bc82db98bfd683e2738ef5ff9e;hb=77c1a329c244eb5756f47723cf0bbf2cb6889408;hp=a5e0e3fc58b9cd6498320b04f239a78c4e922a1a;hpb=ede9e277127f744422090193415e36488c9232c0;p=controller.git diff --git a/docs/dev-guide.rst b/docs/dev-guide.rst index a5e0e3fc58..686cfefcde 100644 --- a/docs/dev-guide.rst +++ b/docs/dev-guide.rst @@ -880,9 +880,9 @@ RESTCONF operations overview RESTCONF supports **OPTIONS**, **GET**, **PUT**, **POST**, and **DELETE** operations. Request and response data can either be in the XML or JSON format. XML structures according to yang are defined at: -`XML-YANG `__. JSON structures are +`XML-YANG `__. JSON structures are defined at: -`JSON-YANG `__. +`JSON-YANG `__. Data in the request must have a correctly set **Content-Type** field in the http header with the allowed value of the media type. The media type of the requested data has to be set in the **Accept** field. Get the @@ -910,7 +910,7 @@ Identifier `__ + URI. `__ Mount point ~~~~~~~~~~~ @@ -1086,7 +1086,7 @@ DELETE /restconf/config/ - points to a data node which must be removed. More information is available in the `RESTCONF -RFC `__. +RFC `__. How RESTCONF works ~~~~~~~~~~~~~~~~~~