diff options
author | mpriyank <priyank.maheshwari@est.tech> | 2024-12-04 15:49:34 +0000 |
---|---|---|
committer | mpriyank <priyank.maheshwari@est.tech> | 2024-12-04 15:49:40 +0000 |
commit | c364b3a247d81c2a3d29d433e751dfdd427ce00c (patch) | |
tree | df9052feb22e3e6357f2f185317f415aa993df20 /docs/api | |
parent | 9e9ff2ba93e0b16451aef4f99a8bd728656ead4a (diff) |
Add plugin to copy openapi files to doc folder
- Added copy to doc folder plugin for ncmp-dmi-plugin
- Updated the info.version property to 1.7.0 which ensures that the
plugin works
Issue-ID: CPS-2539
Change-Id: I1d456e2b16a6d66e6e71c21e5e16732408721837
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/swagger/openapi-datajob.yaml | 2 | ||||
-rw-r--r-- | docs/api/swagger/openapi.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/api/swagger/openapi-datajob.yaml b/docs/api/swagger/openapi-datajob.yaml index e5a55026..d6cea5e9 100644 --- a/docs/api/swagger/openapi-datajob.yaml +++ b/docs/api/swagger/openapi-datajob.yaml @@ -3,7 +3,7 @@ info: description: Support datajobs through one or more subjob for each DMI and Data Producer Identifier combination title: NCMP Data Subjob API - version: 1.0.0 + version: 1.7.0 servers: - url: /dmi tags: diff --git a/docs/api/swagger/openapi.yaml b/docs/api/swagger/openapi.yaml index df9c3f17..b8dedc6a 100644 --- a/docs/api/swagger/openapi.yaml +++ b/docs/api/swagger/openapi.yaml @@ -2,7 +2,7 @@ openapi: 3.0.1 info: description: Adds Data Model Inventory Registry capability for ONAP title: NCMP DMI Plugin - version: 1.0.0 + version: 1.7.0 servers: - url: /dmi tags: |