Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
titleRecord Sample
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"
	}
};

...