diff --git a/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml b/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml index 757bec9d7f5b52f0f13b0244c90909560e055c8d..54fb3cd5e0f8254682de0635569da4291b905f26 100644 --- a/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml +++ b/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml @@ -289,7 +289,45 @@ 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" + patch: + description: > + The PATCH 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: + description: > + The DELETE 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" ############################################################################### # Individual VNF instance # ###############################################################################