Skip to content

Commit 532964c

Browse files
authored
[DC-1116] Move from set_parent to create_with_parent (#1450)
1 parent 3342d07 commit 532964c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/resources/reference.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1351,14 +1351,14 @@ resourceTypes = {
13511351
approve = {
13521352
description = "Approve or reject the snapshot builder request"
13531353
}
1354-
set_parent = {
1355-
description = "Enables setting the parent on the request object"
1354+
create_with_parent = {
1355+
description = "Enables creating the request object with a parent"
13561356
}
13571357
}
13581358
ownerRoleName = "owner"
13591359
roles = {
13601360
owner = {
1361-
roleActions = ["get", "update", "delete", "set_parent"]
1361+
roleActions = ["get", "update", "delete", "create_with_parent"]
13621362
}
13631363
approver = {
13641364
roleActions = ["get", "approve"]

0 commit comments

Comments
 (0)