NSX-T Data Center REST API

ForceRevisionCheckRequestParameter (type)

{
  "description": "Forces revision check before updating",
  "id": "ForceRevisionCheckRequestParameter",
  "module_id": "Policy",
  "properties": {
    "enforce_revision_check": {
      "default": false,
      "description": "If this is set to true, each child object in the request needs to have _revision property set correctly. System will honor the revision numbers while updating the resources.",
      "readonly": false,
      "required": false,
      "title": "Force revision check",
      "type": "boolean"
    }
  },
  "title": "Parameter to enforce revision check before updating objects",
  "type": "object"
}