diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2024-05-16 08:42:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-05-16 08:42:45 +0000 |
commit | a89971d5da7bc11f45195fbd3f8e77cb4b02e833 (patch) | |
tree | 610ed263f744496b7179f6fd1b69c55feefaa921 /docs | |
parent | 4e9a5598fcb194426ef5c8c3cfc055821a3f9ed8 (diff) | |
parent | ee0c3beb8b67baf7509c8bb6c0fda050dfb6d526 (diff) |
Merge "CPS-2181 - #2 Included Module Set Tag as incoming param for Yang Module Resources - DMI"
Diffstat (limited to 'docs')
-rw-r--r-- | docs/api/swagger/openapi.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/api/swagger/openapi.yaml b/docs/api/swagger/openapi.yaml index 4e3ae897..f3516b5d 100644 --- a/docs/api/swagger/openapi.yaml +++ b/docs/api/swagger/openapi.yaml @@ -493,6 +493,7 @@ components: type: object ModuleResourcesReadRequest: example: + moduleSetTag: module-set-tag1 data: modules: - name: my-name |