Skip to content

Commit

Permalink
property value put body and response
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-r-thorpe committed Feb 6, 2024
1 parent 22e878a commit 6498e33
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions APIs/ConfigurationAPI.raml
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,22 @@ 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:
description: Get descriptor of a property
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
Expand Down

0 comments on commit 6498e33

Please sign in to comment.