commit | d842ae6a5ae6ffbff090d6d4181ea043fea246e9 | [log] [tgz] |
---|---|---|
author | Ash Wilson <smashwilson@gmail.com> | Thu Jan 29 13:11:50 2015 -0500 |
committer | Ash Wilson <smashwilson@gmail.com> | Thu Jan 29 13:11:50 2015 -0500 |
tree | 5393497e3ffe1e375290be2129a6f225e891bd75 | |
parent | 39552bdfe53845be105432e3a2c5a91222a078fe [diff] [blame] |
Support bulk removal and name replacement.
diff --git a/openstack/cdn/v1/services/fixtures.go b/openstack/cdn/v1/services/fixtures.go index 9fecb19..d9bc9f2 100644 --- a/openstack/cdn/v1/services/fixtures.go +++ b/openstack/cdn/v1/services/fixtures.go
@@ -344,6 +344,15 @@ { "op": "remove", "path": "/caching/8" + }, + { + "op": "remove", + "path": "/caching" + }, + { + "op": "replace", + "path": "/name", + "value": "differentServiceName" } ] `)