Skip to content
This repository has been archived by the owner on Mar 5, 2020. It is now read-only.

Fixes #6280: Add missing 'properties' for node update porperties #13

Merged
merged 1 commit into from
Feb 18, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/api_v2/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ HTTP/1.1 200 OK
@apiGroup Nodes

@apiUse nodeId
@apiParam (Multi) {Property} properties A property of the Node defined by its name and its value.

@apiDescription This API allows to set "key=value" properties in node. This properties are then returned in the node details under the "properties" key, and they can be used to define group.
Value are non-empty UTF-8 strings. Setting a key to the empty string removes it from the list of properties for that node.
Expand Down