From 277ce1490cc4381f6240617aabddf914af3e511a Mon Sep 17 00:00:00 2001 From: "Jonathan Thorpe (Sony)" Date: Wed, 14 Feb 2024 16:24:11 +0000 Subject: [PATCH] Formatting --- APIs/ConfigurationAPI.raml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/APIs/ConfigurationAPI.raml b/APIs/ConfigurationAPI.raml index d2beac1..ef514d0 100644 --- a/APIs/ConfigurationAPI.raml +++ b/APIs/ConfigurationAPI.raml @@ -56,7 +56,7 @@ documentation: example: !include ../examples/properties-base-get-200.json type: !include schemas/properties-base.json /{propertyId}: - displayName: 'Attributes of a Property' + displayName: 'Attributes of a Property' get: description: 'Get attributes of a Property' responses: @@ -68,7 +68,6 @@ documentation: description: 'Returned when the requested Property does not exist. Corresponds to NcMethodStatus code 502.' body: type: !include schemas/ms05-error.json - /value: displayName: 'Value of a Property' get: @@ -93,7 +92,7 @@ documentation: example: !include ../examples/property-value-put-200.json type: !include schemas/property-value-put-response.json 500: - description: 'Returned when the Property was unable to be set. Corresponds to the following NcMethodStatus codes: 405 if Property is read only, 417 if the value is invalid, 500 for all other reasons.' + description: 'Returned when the Property was unable to be set. Corresponds to the following NcMethodStatus codes: 405 if Property is read only, 417 if the value being PUT is invalid, 500 for all other reasons.' body: type: !include schemas/ms05-error.json /descriptor: @@ -119,7 +118,7 @@ documentation: example: !include ../examples/methods-base-get-200.json type: !include schemas/methods-base.json /{methodId}: - displayName: 'Invoke Method.' + displayName: 'Invoke Method.' patch: description: 'Invoke method.' body: @@ -129,7 +128,7 @@ documentation: body: type: !include schemas/method-patch-response.json 400: - description: 'Returned when the Arguments of the method invalid. Corresponds to NcMethodStatus code 417.' + description: 'Returned when the method arguments are invalid. Corresponds to NcMethodStatus code 417.' body: type: !include schemas/ms05-error.json 404: