From 67483c88f32a89fa5a88f1aa95f487149b1ba581 Mon Sep 17 00:00:00 2001 From: Samir Medjiah Date: Wed, 17 Jul 2019 12:20:38 +0200 Subject: [PATCH] SOL002_131 GET Method (on "Subscription") response updated --- src/SOL002/VNFFaultManagement/VNFFaultManagement.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/SOL002/VNFFaultManagement/VNFFaultManagement.yaml b/src/SOL002/VNFFaultManagement/VNFFaultManagement.yaml index ec44b0e2..022a1510 100644 --- a/src/SOL002/VNFFaultManagement/VNFFaultManagement.yaml +++ b/src/SOL002/VNFFaultManagement/VNFFaultManagement.yaml @@ -765,9 +765,10 @@ paths: description: > 200 OK - The operation has completed successfully. - The response body shall contain a representation of the - subscription resource. + Shall be returned when information about an individual subscription + has been read successfully. + The response body shall contain a representation of the "Individual + subscription" resource. headers: Content-Type: description: The MIME type of the body of the response. -- GitLab