Skip to content

Commit

Permalink
Issue #SB-21912 feat: updated survey script
Browse files Browse the repository at this point in the history
  • Loading branch information
krgauraw committed Feb 1, 2022
1 parent ad3d3d8 commit a8cace1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/definition-scripts/Survey.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ curl -L -X POST '{{host}}/object/category/definition/v4/create' \
"No"
],
"default": "No"
},
"setPeriod": {
"type": "string",
enum": [
"Yes",
"No"
]
}
}
}
Expand Down

0 comments on commit a8cace1

Please sign in to comment.