Skip to content

Commit

Permalink
Property value put example
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-r-thorpe committed Feb 6, 2024
1 parent d27c067 commit df8eaf4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion APIs/ConfigurationAPI.raml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions examples/NcMethodResult-get-200.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "status": 200 }
1 change: 1 addition & 0 deletions examples/property-value-put.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "value": 42 }

0 comments on commit df8eaf4

Please sign in to comment.