From 750a9db6818139bee5e88fdd0bd1075639a88b54 Mon Sep 17 00:00:00 2001 From: Gergely Csatari Date: Tue, 17 Jul 2018 16:35:44 +0200 Subject: [PATCH] Correction of Bug 69 In VNF Fault Management the Content-Type was removed from Get Alarm List request. Corrects: Bug 69 Change-Id: I2cc40d4c17bc60ce2a75a02385d0f2e043f5b526 Signed-off-by: Gergely Csatari --- src/SOL003/VNFFaultManagement/VNFFaultManagement.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/SOL003/VNFFaultManagement/VNFFaultManagement.yaml b/src/SOL003/VNFFaultManagement/VNFFaultManagement.yaml index 6bac2e1a..fc2b7984 100644 --- a/src/SOL003/VNFFaultManagement/VNFFaultManagement.yaml +++ b/src/SOL003/VNFFaultManagement/VNFFaultManagement.yaml @@ -1,5 +1,5 @@ swagger: "2.0" - + info: version: "1.1.1" title: SOL003 - VNF Fault Management interface @@ -56,13 +56,6 @@ paths: in: header required: true type: string - - name: Content-Type - description: > - The MIME type of the body of the request. - Reference: IETF RFC 7231 - in: header - required: true - type: string - name: Authorization description: > The authorization token for the request. -- GitLab