diff options
author | puthuparambil.aditya <aditya.puthuparambil@bell.ca> | 2021-12-08 18:53:39 +0000 |
---|---|---|
committer | puthuparambil.aditya <aditya.puthuparambil@bell.ca> | 2021-12-13 11:34:08 +0000 |
commit | d000733344658e79e8a384e724349bdb644d7c62 (patch) | |
tree | 7fa8beba0d72ad7453d4c64a7027e827904ef9e0 /docs/release-notes.rst | |
parent | 8c9b4a24b4841154a2d08f506e2f7beca4f6fc31 (diff) |
Define response objects(schemas) in cps-ncmp
Issue-ID: CPS-559
Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca>
Change-Id: Id181f2a1b9554118f5e7464c95e873f09fc908eb
Diffstat (limited to 'docs/release-notes.rst')
-rwxr-xr-x | docs/release-notes.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 1339d155dd..58baeb950f 100755 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -26,9 +26,12 @@ This section lists the main changes & fixes merged into master (snapshot) versio Features -------- + + - `CPS-559 <https://jira.onap.org/browse/CPS-559>`_ Define response objects (schemas) in cps-ncmp - `CPS-636 <https://jira.onap.org/browse/CPS-636>`_ Update operation for datastore pass through running - `CPS-638 <https://jira.onap.org/browse/CPS-638>`_ Delete operation for datastore pass through running - `CPS-741 <https://jira.onap.org/browse/CPS-741>`_ Re sync after removing cm handles + - `CPS-780 <https://jira.onap.org/browse/CPS-780>`_ Add examples for parameters, request and response in openapi yaml for cps-core Bug Fixes --------- |