4b907b0627
If `additive_only` is set, don't do a complete delta -- skip delete and only update and create members (making the call additive rather than a full replacement). This will allow for adding members in batches without wiping out existing members. Change-Id: I5e47d64243667cfaa10430e12229099b508de40e
7 lines
253 B
YAML
7 lines
253 B
YAML
---
|
|
features:
|
|
- |
|
|
The batch member update resource can now be used additively by passing the
|
|
query parameter ``additive_only=True``. Existing members can be updated and
|
|
new members will be created, but missing members will not be deleted.
|