diff options
author | 2023-06-08 09:01:22 +0100 | |
---|---|---|
committer | 2023-06-08 10:17:08 +0000 | |
commit | d3ea2362501e3b51a709f8e2671f97ec5aad1349 (patch) | |
tree | e7c820b4121ddc426d17275bc0d383ab8006f766 /docs/clamp/acm/acm-user-guide.rst | |
parent | d4f8ac0768b95d2f9da8f84de82b88c80a6705b6 (diff) |
Add extend instance deletion support in ACM docs
Issue-ID: POLICY-4730
Change-Id: Ifbbd2369b9ef0032f9066b287f98fc2fcbd4d550
Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
Diffstat (limited to 'docs/clamp/acm/acm-user-guide.rst')
-rw-r--r-- | docs/clamp/acm/acm-user-guide.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/clamp/acm/acm-user-guide.rst b/docs/clamp/acm/acm-user-guide.rst index 56dc66b7..c2485ecf 100644 --- a/docs/clamp/acm/acm-user-guide.rst +++ b/docs/clamp/acm/acm-user-guide.rst @@ -268,7 +268,7 @@ This deletes the AC instance from the database including all the element propert Invoke a DELETE request 'http://policy_runtime_ip:port/onap/policy/clamp/acm/v2/compositions/${compositionId}/instances/${instanceId}' -This returns 200 on successful deletion of the instance. +This returns a 202 response on successful delete order request. Deprime Ac defintions --------------------- |