From 8d76b10734bd596140607f2d6493464fb49db0d3 Mon Sep 17 00:00:00 2001 From: Ahmed Butt Date: Tue, 18 Feb 2020 10:48:36 +0100 Subject: [PATCH] Revert "SOL002_224 unsupported method PATCH Added" This reverts commit 5d52355171c6612402a80c769b8333395842ad03 --- src/SOL002/VNFIndicator/VNFIndicator.yaml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/SOL002/VNFIndicator/VNFIndicator.yaml b/src/SOL002/VNFIndicator/VNFIndicator.yaml index 2a32d8b1..6aa1b4cc 100644 --- a/src/SOL002/VNFIndicator/VNFIndicator.yaml +++ b/src/SOL002/VNFIndicator/VNFIndicator.yaml @@ -888,19 +888,6 @@ paths: $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/503" 504: $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/504" - put: - description: > - The PUT method is not supported. - responses: - 405: - description: > - 405 Method Not Allowed - - This method is not supported. When this method is requested on - this resource, the VNFM shall return a "405 Method Not Allowed" - response as defined in clause 6.4 of ETSI GS NFV-SOL 013 [6]. - schema: - $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/405" delete: summary: Delete a subscription description: > -- GitLab