aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormpriyank <priyank.maheshwari@est.tech>2023-02-07 17:55:10 +0000
committerToine Siebelink <toine.siebelink@est.tech>2023-02-08 08:29:48 +0000
commit0b5950d5ae02f527fa9e595de3f7bea8d567c26e (patch)
tree00e2be7aa5fb110b25a95422a0f1503ed4482de4
parentf965c8eefcf21ceaeff1be461bc51269e1d36715 (diff)
Release Steps 1 and 2
- added the jira ticket as part of step1 - copied the changes of openapi.yaml as part of step2 of release process Issue-ID: CPS-1476 Change-Id: I877757e0396e6349b1ab5e966ae4440c4fead829 Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
-rw-r--r--docs/api/swagger/cps/openapi.yaml9
-rwxr-xr-xdocs/release-notes.rst7
2 files changed, 11 insertions, 5 deletions
diff --git a/docs/api/swagger/cps/openapi.yaml b/docs/api/swagger/cps/openapi.yaml
index 53bc840ec..edbf878d3 100644
--- a/docs/api/swagger/cps/openapi.yaml
+++ b/docs/api/swagger/cps/openapi.yaml
@@ -1320,11 +1320,12 @@ paths:
value: "/shops/bookstore/categories[@code=1]"
- name: descendants
in: query
- description: "Number of descendants to query. Allowed values are 'none', 'all', -1 (for all), 0 (for none) and any positive number."
+ description: "Number of descendants to query. Allowed values are 'none', 'all',\
+ \ -1 (for all), 0 (for none) and any positive number."
required: false
schema:
type: string
- example: 3
+ example: "3"
default: none
responses:
"200":
@@ -2255,8 +2256,8 @@ paths:
value: "//categories[@code=1]"
- name: descendants
in: query
- description: "descendents to query depth of children. allowed values are none,\
- \ all, any number starting from -1"
+ description: "Number of descendants to query. Allowed values are 'none', 'all',\
+ \ -1 (for all), 0 (for none) and any positive number."
required: false
schema:
type: string
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
index d40cd499d..1f2d6b9df 100755
--- a/docs/release-notes.rst
+++ b/docs/release-notes.rst
@@ -38,7 +38,12 @@ Release Data
Bug Fixes
---------
- -None
+3.2.2
+ - `CPS-1173 <https://jira.onap.org/browse/CPS-1173>`_ Delete Performance Improvements.
+
+Features
+--------
+ - None
Version: 3.2.1
==============