From f1ca2ba79cade327e192e691a4904fff11c88b26 Mon Sep 17 00:00:00 2001 From: Mohamed Abukar Date: Fri, 11 Dec 2020 16:42:55 +0200 Subject: [PATCH] Swagger API update Change-Id: I297fbc5b38572687cb456cc04702909c9b1e408e Signed-off-by: Mohamed Abukar --- api/xapp_rest_api.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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: -- 2.16.6