Fix 'additive_only' parameter api-ref
The 'additive_only' patch was missing the "min_version" parameter in the api-ref. This patch fixes that so users will know which API version supports this parameter. Change-Id: I05439ea1dd01c35bedcfc3eaa5d17ed8dd2ca348
This commit is contained in:

committed by
Adam Harwell

parent
926179c97d
commit
b9d357ac76
@@ -80,6 +80,7 @@ additive-only:
|
|||||||
description: |
|
description: |
|
||||||
If ``true`` no members will be deleted during the batch operation.
|
If ``true`` no members will be deleted during the batch operation.
|
||||||
in: query
|
in: query
|
||||||
|
min_version: 2.11
|
||||||
required: false
|
required: false
|
||||||
type: boolean
|
type: boolean
|
||||||
cascade-delete:
|
cascade-delete:
|
||||||
|
Reference in New Issue
Block a user