Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-r-thorpe committed Feb 14, 2024
1 parent 0ab169f commit 277ce14
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions APIs/ConfigurationAPI.raml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 277ce14

Please sign in to comment.