From 6498e33996a364a81c8787e3d20785235075a291 Mon Sep 17 00:00:00 2001 From: "Jonathan Thorpe (Sony)" Date: Tue, 6 Feb 2024 09:33:13 +0000 Subject: [PATCH] property value put body and response --- APIs/ConfigurationAPI.raml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/APIs/ConfigurationAPI.raml b/APIs/ConfigurationAPI.raml index 9de03de..a207cc1 100644 --- a/APIs/ConfigurationAPI.raml +++ b/APIs/ConfigurationAPI.raml @@ -69,11 +69,14 @@ documentation: type: !include schemas/NcMethodResultPropertyValue.json put: descriptions: Set value of a property + body: + example: !include ../examples/property-value-get-200.json + type: !include schemas/modify-property.json responses: 200: - body: - example: !include ../examples/property-value-get-200.json - type: !include schemas/modify-property.json + body: + example: !include ../examples/NcMethodResult-get-200.json + type: !include schemas/NcMethodResult.json /descriptor: displayName: Descriptor of property get: @@ -81,7 +84,7 @@ documentation: responses: 200: body: - example: !include ../examples/properties-descriptor-get-200.json + example: !include ../examples/property-descriptor-get-200.json type: !include schemas/NcDatatypeDescriptor.json /methods: displayName: Methods