From c9d3540a4adc422459d36faa7b8ae88c86f9f175 Mon Sep 17 00:00:00 2001 From: Samir Medjiah Date: Tue, 16 Jul 2019 14:29:33 +0200 Subject: [PATCH] SOL005_#093 GET Method (on Individual PM jobs) response updated --- .../NSPerformanceManagement/NSPerformanceManagement.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml b/src/SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml index e3b933e..fb3daee 100644 --- a/src/SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml +++ b/src/SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml @@ -463,10 +463,10 @@ paths: description: > 200 OK - Information of an individual performance report was read successfully. - The response body shall contain a representation of - the performance report resource, as defined in - clause 7.5.2.10. + Shall be returned when information of an individual performance + report has been read successfully. + The response body shall contain a representation of the performance + report resource, as defined in clause 7.5.2.10. schema: $ref: "definitions/SOL005NSPerformanceManagement_def.yaml#/definitions/PerformanceReport" headers: -- GitLab