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:
Michael Johnson
2019-09-11 15:53:27 -07:00
committed by Adam Harwell
parent 926179c97d
commit b9d357ac76

View File

@@ -80,6 +80,7 @@ additive-only:
description: |
If ``true`` no members will be deleted during the batch operation.
in: query
min_version: 2.11
required: false
type: boolean
cascade-delete: