Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
Operating System: All
Platform: All
-
5812
Description
If there are multiple top container or list nodes in yang file, the root restful api of posting config will be reduplicate.
Take config.yang for example. There are two top container nodes: modules and services. The following two root restful apis of posting config listed on apidoc config(2013-04-05) are reduplicate:
POST /config/
POST /config/
Actually no matter how many top container or list nodes there are in yang file, there should be only one root restful api of posting config for this yang at all time.