diff --git a/versions/1.1.0-dev.md b/versions/1.1.0-dev.md index d6f8a6d..a9c404a 100644 --- a/versions/1.1.0-dev.md +++ b/versions/1.1.0-dev.md @@ -202,7 +202,7 @@ actions: #### Array Modification Examples -Array elements MAY be deleted using the `remove` property. Use of array indexes to remove array items should be avoided where possible as indexes will change when items are removed. +Array elements can be added using the `update` action. ```yaml overlay: 1.0.0 @@ -216,10 +216,12 @@ actions: in: query ``` +Array elements can be deleted using the `remove` action. Use of array indexes to remove array items should be avoided where possible as indexes will change when items are removed. + ```yaml overlay: 1.0.0 info: - title: Remove a array element + title: Remove an array element version: 1.0.0 actions: - target: $.paths.*.get.parameters[?@.name == 'dummy']