Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update description of configuraiton properties
  • Loading branch information
nasc17 committed Sep 25, 2024
commit 3b026b360be39f93cf807f78f71f7c4ce6d1c189
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
"properties": {
"value": {
"type": "string",
"description": "Value of the configuration."
"description": "Value of the configuration. Required to update the configuration."
},
"description": {
"type": "string",
Expand Down Expand Up @@ -305,7 +305,7 @@
},
"source": {
"type": "string",
"description": "Source of the configuration."
"description": "Source of the configuration. Required to update the configuration."
},
"isDynamicConfig": {
"type": "boolean",
Expand Down