From: Mohamed Abukar Date: Fri, 11 Dec 2020 14:42:55 +0000 (+0200) Subject: Swagger API update X-Git-Tag: v0.7.0~1 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=f1ca2ba79cade327e192e691a4904fff11c88b26;p=ric-plt%2Fxapp-frame.git Swagger API update Change-Id: I297fbc5b38572687cb456cc04702909c9b1e408e Signed-off-by: Mohamed Abukar --- diff --git a/api/xapp_rest_api.yaml b/api/xapp_rest_api.yaml index e229422..6f7211e 100755 --- a/api/xapp_rest_api.yaml +++ b/api/xapp_rest_api.yaml @@ -19,6 +19,7 @@ paths: operationId: getXappConfigList produces: - application/json + - application/xml responses: '200': description: successful query of xApp config @@ -115,6 +116,22 @@ paths: '500': description: Internal error definitions: + ConfigMetadata: + type: object + required: + - xappName + - configType + properties: + xappName: + type: string + description: Name of the xApp + configType: + type: string + description: The type of the content + enum: + - json + - xml + - other XAppConfig: type: object required: