diff --git a/APIs/ConfigurationAPI.raml b/APIs/ConfigurationAPI.raml index cee2ee4..30b2677 100644 --- a/APIs/ConfigurationAPI.raml +++ b/APIs/ConfigurationAPI.raml @@ -70,7 +70,7 @@ documentation: put: descriptions: Set value of a property body: - example: !include ../examples/property-value-get-200.json + example: !include ../examples/property-value-put.json type: !include schemas/modify-property.json responses: 200: diff --git a/examples/NcMethodResult-get-200.json b/examples/NcMethodResult-get-200.json new file mode 100644 index 0000000..9a7d8db --- /dev/null +++ b/examples/NcMethodResult-get-200.json @@ -0,0 +1 @@ +{ "status": 200 } \ No newline at end of file diff --git a/examples/property-value-put.json b/examples/property-value-put.json new file mode 100644 index 0000000..abee32e --- /dev/null +++ b/examples/property-value-put.json @@ -0,0 +1 @@ +{ "value": 42 } \ No newline at end of file