From d3f0fadd49d7e5fe91ef5bc16d51275f4961997b Mon Sep 17 00:00:00 2001 From: "vijay.r" Date: Wed, 19 May 2021 13:07:21 +0000 Subject: [PATCH] Feature5950: Management of quotas in VIM Account Related changes in vim API response Change-Id: I84e7286a7405c4e66381f15c3c1d5051aa6dd018 Signed-off-by: vijay.r --- osm-openapi.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/osm-openapi.yaml b/osm-openapi.yaml index 594becb..324155c 100644 --- a/osm-openapi.yaml +++ b/osm-openapi.yaml @@ -7728,6 +7728,8 @@ components: config: type: object additionalProperties: true + resources: + type: object ArrayOfVimInfo: type: array items: @@ -7765,6 +7767,8 @@ components: config: type: object additionalProperties: true + resources: + type: object required: - name - vim_url -- 2.25.1