...
Code Block | ||||
---|---|---|---|---|
| ||||
var data = {
"_id": ObjectId('5718a32f0e811ab5a0ca08b5'),
"locked": true,
"code": "owner",
"name": "Owner Group",
"description": "this is the owner group that owns the dashboard",
"config": {
"allowedPackages": {
"DSBRD": [
"DSBRD_OWNER"
]
},
"allowedEnvironments" : {
"DEV" : {
}
}
},
"tenant": {
"id": "5551aca9e179c39b760f7a1a",
"code": "DBTN"
}
}; |
...