Skip to content

Commit

Permalink
Update bulkProperties examples
Browse files Browse the repository at this point in the history
in line with the latest models in the feature sets register
  • Loading branch information
cristian-recoseanu committed Apr 30, 2024
1 parent 9b8afcb commit bdfc784
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 2 additions & 0 deletions examples/bulkProperties-get-200.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"index": 6
},
"name": "userLabel",
"typeName": "NcString",
"isReadOnly": false,
"value": "this is the property value"
},
Expand All @@ -20,6 +21,7 @@
"index": 1
},
"name": "enabled",
"typeName": "NcBoolean",
"isReadOnly": false,
"value": true
}
Expand Down
7 changes: 6 additions & 1 deletion examples/bulkProperties-set-request.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"index": 6
},
"name": "userLabel",
"typeName": "NcString",
"isReadOnly": false,
"value": "Stereo Gain Block"
},
Expand All @@ -21,6 +22,7 @@
"index": 1
},
"name": "enabled",
"typeName": "NcBoolean",
"isReadOnly": false,
"value": true
}
Expand All @@ -35,6 +37,7 @@
"index": 6
},
"name": "userLabel",
"typeName": "NcString",
"isReadOnly": false,
"value": "Channel Gain Block"
},
Expand All @@ -44,13 +47,15 @@
"index": 1
},
"name": "enabled",
"typeName": "NcBoolean",
"isReadOnly": false,
"value": true
}
]
}
]
},
"recurse": false
"recurse": true,
"allowPartial": true
}
}
7 changes: 6 additions & 1 deletion examples/bulkProperties-validate-request.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"index": 6
},
"name": "userLabel",
"typeName": "NcString",
"isReadOnly": false,
"value": "Stereo Gain Block"
},
Expand All @@ -21,6 +22,7 @@
"index": 1
},
"name": "enabled",
"typeName": "NcBoolean",
"isReadOnly": false,
"value": true
}
Expand All @@ -35,6 +37,7 @@
"index": 6
},
"name": "userLabel",
"typeName": "NcString",
"isReadOnly": false,
"value": "Channel Gain Block"
},
Expand All @@ -44,13 +47,15 @@
"index": 1
},
"name": "enabled",
"typeName": "NcBoolean",
"isReadOnly": false,
"value": true
}
]
}
]
},
"recurse": false
"recurse": true,
"allowPartial": true
}
}

0 comments on commit bdfc784

Please sign in to comment.