relocate create/delete from grouping into list
diff --git a/cord-subscriber.yang b/cord-subscriber.yang
index 72185f8..c07f823 100644
--- a/cord-subscriber.yang
+++ b/cord-subscriber.yang
@@ -119,6 +119,7 @@
}
}
}
+
action save {
description "when invoked, saves the model to a safe place";
}
@@ -163,9 +164,6 @@
container related {
// placeholder where other services can augment for their info
}
-
- action create;
- action delete;
}
// primary configuration tree for this module
@@ -182,6 +180,8 @@
pattern '^cordSubscriber-\w+$';
}
}
+ action create;
+ action delete;
}
// here we augment the /api/tenant/cord API configuration tree in 'xos' module