From 5d52355171c6612402a80c769b8333395842ad03 Mon Sep 17 00:00:00 2001 From: Ahmed Butt Date: Tue, 18 Feb 2020 10:47:49 +0100 Subject: [PATCH] SOL002_224 unsupported method PATCH Added --- src/SOL002/VNFIndicator/VNFIndicator.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/SOL002/VNFIndicator/VNFIndicator.yaml b/src/SOL002/VNFIndicator/VNFIndicator.yaml index 6aa1b4cc..2a32d8b1 100644 --- a/src/SOL002/VNFIndicator/VNFIndicator.yaml +++ b/src/SOL002/VNFIndicator/VNFIndicator.yaml @@ -888,6 +888,19 @@ 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