aboutsummaryrefslogtreecommitdiffstats
path: root/docs/AAI REST API Documentation/AAIRESTAPI_CASABLANCA.rst
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2018-11-07 16:53:02 -0500
committerJames Forsyth <jf2512@att.com>2018-11-07 22:24:05 +0000
commit3e78b397a9de469eca954b65a97a28d4fce4887e (patch)
tree1df5be21f7a6d71da307f13a1cb4ed513cf51bee /docs/AAI REST API Documentation/AAIRESTAPI_CASABLANCA.rst
parent71fc77e59df2366da605cf812598fa327dd29c66 (diff)
Update API doc and custom query doc
Issue-ID: AAI-1878 Change-Id: I597eed7bfc64f73b2ac4300ca63f77384e727813 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'docs/AAI REST API Documentation/AAIRESTAPI_CASABLANCA.rst')
-rw-r--r--docs/AAI REST API Documentation/AAIRESTAPI_CASABLANCA.rst21
1 files changed, 11 insertions, 10 deletions
diff --git a/docs/AAI REST API Documentation/AAIRESTAPI_CASABLANCA.rst b/docs/AAI REST API Documentation/AAIRESTAPI_CASABLANCA.rst
index 95f5cdc2..49dc1077 100644
--- a/docs/AAI REST API Documentation/AAIRESTAPI_CASABLANCA.rst
+++ b/docs/AAI REST API Documentation/AAIRESTAPI_CASABLANCA.rst
@@ -1543,7 +1543,7 @@ Example Response
"city": [
{
"id": "1cs0zv-1crx3s-4irp",
- "value": "Middletown"
+ "value": "Beverley Hills"
}
],
"complex-name": [
@@ -1579,7 +1579,7 @@ Example Response
"longitude": [
{
"id": "1cs3d7-1crx3s-4nid",
- "value": "-74.135344"
+ "value": "-174.135344"
}
],
"physical-location-id": [
@@ -1591,19 +1591,19 @@ Example Response
"physical-location-type": [
{
"id": "1crzt7-1crx3s-4ged",
- "value": "nj-lab"
+ "value": "lab"
}
],
"postal-code": [
{
"id": "1cs1sb-1crx3s-4kcl",
- "value": "07748"
+ "value": "90210"
}
],
"region": [
{
"id": "1cs2kr-1crx3s-4lxh",
- "value": "Northeast"
+ "value": "West"
}
],
"resource-version": [
@@ -1615,31 +1615,32 @@ Example Response
"source-of-truth": [
{
"id": "1crv2j-1crx3s-6epx",
- "value": "rx2202"
+ "value": "foo"
}
],
"state": [
{
"id": "1cs1e3-1crx3s-4jk5",
- "value": "NJ"
+ "value": "CA"
}
],
"street1": [
{
"id": "1cs07f-1crx3s-4h6t",
- "value": "200 Laurel Av"
+ "value": "100 Main St"
}
],
"street2": [
{
"id": "1cs0ln-1crx3s-4hz9",
- "value": "C3-3W03"
+ "value": "Room 101"
}
]
}
}
]
}
+
Optional Query Parameters
~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -1652,7 +1653,7 @@ children/grandchildren to return. The default depth is 1.
.. code::
- PUT /aai/v$/query?format={format}&depth=0
+ PUT /aai/v$/query?format={}&depth=0
nodesOnly
^^^^^^^^^