netconf-wg / restconf

9 stars 4 forks source link

the example for 'jukebox/library/artist/album' query is wrong #22

Closed cyqw closed 9 years ago

cyqw commented 9 years ago

In draft-ietf-netconf-restconf.org

           "id" : "https://example.com/restconf/data/
                 example-jukebox:jukebox/library/artist=
                 Foo%20Fighters/album/Wasting%20Light/
                 song/Rope"

should be "id" : "https://example.com/restconf/data/ example-jukebox:jukebox/library/artist= Foo%20Fighters/album=Wasting%20Light/ song=Rope"