summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSourabh Sourabh <sourabh.sourabh@est.tech>2024-01-05 10:20:47 +0000
committerGerrit Code Review <gerrit@onap.org>2024-01-05 10:20:47 +0000
commitddc467140f29038f4506468a30b2eb1414e93aad (patch)
treeca6b3c23b33d308bffd7c6e684f045c6290e1062
parent9c69e994ba90e0e6789cb28c3cdb274c55135de1 (diff)
parentdeee6fff07452d230a4599eb136bded69d4cb595 (diff)
Merge "Amend http status for CM Handles Data Enpoints in Documentation"
-rw-r--r--docs/ncmp-data-operation.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/ncmp-data-operation.rst b/docs/ncmp-data-operation.rst
index 617b3ed30..94d5ee9c0 100644
--- a/docs/ncmp-data-operation.rst
+++ b/docs/ncmp-data-operation.rst
@@ -6,8 +6,8 @@
.. _cmHandleDataOperation:
-CM Handles Data Operation Endpoints
-###################################
+Data Operations Endpoint
+########################
.. toctree::
:maxdepth: 1
@@ -15,11 +15,11 @@ CM Handles Data Operation Endpoints
Introduction
============
-For data operation CM Handles we have a Post endpoints:
+For all data operations on cm handle(s), we have a post endpoint:
- /ncmp/v1/data?topic={client-topic-name} forward request to it's dmi plugin service.
-- Returns request id (UUID) with http status 202.
+- When asynchronous (with topic) operations are executed, a request id (UUID) will be returned.
Request Body
============
@@ -143,6 +143,6 @@ DMI Service 2 (POST) : `http://{dmi-host-name}:{dmi-port}/dmi/v1/data?topic=my-t
}
]
-Above examples are for illustration purpose only please refer link below for latest schema.
+Above examples are for illustration purposes only. Please refer to link below for latest schema.
:download:`Data operation event schema <schemas/data-operation-event-schema-1.0.0.json>` \ No newline at end of file