aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGurjeet Bedi <GURJEETB@amdocs.com>2017-10-18 17:04:11 -0400
committerGurjeet Bedi <GURJEETB@amdocs.com>2017-10-19 09:25:44 -0400
commit676ee77a82fe64d3b2da009fb339e66236821992 (patch)
treeb951b9381832437c6722e642b0ad0ce9a4cc6e60
parent1bde4a9c7ad705b3bb037526e558228c279cc452 (diff)
README typo changes
README corrections for typo and examples Issue-ID:AAI-26 Change-Id: I16673390fe99f61c413dcef150b5ab518ba5cc53 Signed-off-by: Gurjeet Bedi <GURJEETB@amdocs.com>
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 2ad7ec2..fb959a4 100644
--- a/README.md
+++ b/README.md
@@ -255,7 +255,7 @@ Optionally, a vertex can be created by posting to an endpoint which doesn't incl
}
Error Response:
Code: 404 (NOT FOUND)
- Situation: Reource Not found
+ Situation: Resource Not found
Code: 403 (FORBIDDEN)
Content: Error message describing the Authorization failure.
@@ -295,7 +295,7 @@ Optionally, a vertex can be created by posting to an endpoint which doesn't incl
]
Error Response:
Code: 404 (NOT FOUND)
- Situation: Reource Not found
+ Situation: Resource Not found
Code: 403 (FORBIDDEN)
Content: Error message describing the Authorization failure.
@@ -413,8 +413,8 @@ When creating an edge, the CRUD service will validate:
"id":"215x5m-6hc-d6vp-oe08g",
"type":"runsOnPserver",
"url":"services/inventory/relationships/v8/has/215x5m-6hc-d6vp-oe08g",
- "source":"services/inventory/v8/vserver/8400",
- "target":"services/inventory/v8/pserver/40964272",
+ "source":"services/inventory/v8/vserver/0",
+ "target":"services/inventory/v8/pserver/7",
"properties":{
"is-parent":"true",
"multiplicity":"many",
@@ -493,8 +493,8 @@ An alternate endpoint exists for creating edges which follows all of the convent
"id":"215x5m-6hc-d6vp-oe08g",
"type":"runsOnPserver",
"url":"services/inventory/relationships/v8/has/215x5m-6hc-d6vp-oe08g",
- "source":"services/inventory/v8/vserver/8400",
- "target":"services/inventory/v8/pserver/40964272",
+ "source":"services/inventory/v8/vserver/0",
+ "target":"services/inventory/v8/pserver/7",
"properties":{
"contains-other-v": "NONE",
"delete-other-v": "NONE",
@@ -575,7 +575,7 @@ The same option to POST to an endpoint without specifying a type in the URL exis
}
Error Response:
Code: 404 (NOT FOUND)
- Situation: Reource Not found
+ Situation: Resource Not found
Code: 403 (FORBIDDEN)
Content: Error message describing the Authorization failure.
@@ -614,7 +614,7 @@ The same option to POST to an endpoint without specifying a type in the URL exis
]
Error Response:
Code: 404 (NOT FOUND)
- Situation: Reource Not found
+ Situation: Resource Not found
Code: 403 (FORBIDDEN)
Content: Error message describing the Authorization failure.