Skip to content

Commit 9bf003b

Browse files
committed
added resetconfigurationresponse
1 parent a5f7e1a commit 9bf003b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

test/testdata/ConfigurationService.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,16 @@
4747
"isdynamic": false
4848
}
4949
}
50+
},
51+
"resetConfiguration": {
52+
"resetconfigurationresponse":{
53+
"configuration":{
54+
"category":"Project Defaults",
55+
"name":"allow.user.create.projects",
56+
"value":"true",
57+
"description":"If regular user can create a project; true by default",
58+
"isdynamic":false
59+
}
60+
}
5061
}
5162
}

0 commit comments

Comments
 (0)