netconf-wg / restconf

9 stars 4 forks source link

error in point example #52

Closed abierman closed 8 years ago

abierman commented 8 years ago

This request is valid for YANG-API, however for RESTCONF it should have '=' (%3D) to separate keys and list entries instead of '/' (%2F)

abierman commented 8 years ago

FIXED

POST /restconf/data/example-jukebox:jukebox/ library/artist=Foo%20Fighters/album=Wasting%20Light? insert=after&point=%2Fexample-jukebox%3Ajukebox%2F library%2Fartist%3DFoo%20Fighters%2Falbum%3D Wasting%20Light%2Fsong%3DBridge%20Burning HTTP/1.1 Host: example.com

abierman commented 8 years ago

fixed in draft-10