From 06e46ca5f35c7dd5e2f9649082744a6f768ae107 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Wed, 29 May 2019 15:46:45 -0400 Subject: Fix typos and clean up docs Issue-ID: AAI-2461 Signed-off-by: Jimmy Forsyth Change-Id: I8ac06c9c6f15fea9edb33294d441cf4c8d07e4be --- docs/AAI REST API Documentation/AAIRESTAPI_DUBLIN.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/AAI REST API Documentation/AAIRESTAPI_DUBLIN.rst') diff --git a/docs/AAI REST API Documentation/AAIRESTAPI_DUBLIN.rst b/docs/AAI REST API Documentation/AAIRESTAPI_DUBLIN.rst index 0b4f9a3c..8c4e43cf 100644 --- a/docs/AAI REST API Documentation/AAIRESTAPI_DUBLIN.rst +++ b/docs/AAI REST API Documentation/AAIRESTAPI_DUBLIN.rst @@ -611,7 +611,7 @@ XML .. code-block:: xml - */aai/v10/network/logical-links/logical-link/logical-link-123456789-01* + */aai/v16/network/logical-links/logical-link/logical-link-123456789-01* logical-link logical-link.link-name @@ -624,7 +624,7 @@ JSON .. code-block:: json { - "related-link": " /aai/v10/network/logical-links/logical-link/logical-link-123456789-01", + "related-link": " /aai/v16/network/logical-links/logical-link/logical-link-123456789-01", "related-to": "logical-link", "relationship-data": [ { @@ -801,7 +801,7 @@ Imagine this is the existing resource: "relationship-list": { "relationship": [ { - "related-link": " /aai/v16network/generic-vnfs/generic-vnf/generic-vnf-20160902a", + "related-link": " /aai/v16/network/generic-vnfs/generic-vnf/generic-vnf-20160902a", "related-to": "generic-vnf", "relationship-data": [ { @@ -1438,7 +1438,7 @@ Example Response "street1": "100 Main St", "street2": "C3-3W03" }, - "url": "/aai/v161/cloud-infrastructure/complexes/complex/complextest1" + "url": "/aai/v16/cloud-infrastructure/complexes/complex/complextest1" } ] } @@ -1704,7 +1704,7 @@ children/grandchildren to return. The default depth is 1. .. code:: - PUT /aai/v$/query?format={}&depth=0 + PUT /aai/v$/query?format={format}&depth=0 nodesOnly ^^^^^^^^^ -- cgit 1.2.3-korg