From a40892c3027221bb85388c4fdd238fc20d88280c Mon Sep 17 00:00:00 2001
From: licanwei
Date: Tue, 14 May 2019 13:42:00 +0800
Subject: [PATCH] update api version history
Partially Implements: blueprint add-force-field-to-audit
Change-Id: Iff858b63add6d3e5929780abfd52a2c4b1a87ed7
---
watcher/api/controllers/rest_api_version_history.rst | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/watcher/api/controllers/rest_api_version_history.rst b/watcher/api/controllers/rest_api_version_history.rst
index c2f51832f..4dd360f12 100644
--- a/watcher/api/controllers/rest_api_version_history.rst
+++ b/watcher/api/controllers/rest_api_version_history.rst
@@ -25,3 +25,8 @@ was requested.
Added the parameters ``start_time`` and ``end_time`` to
create audit request. Supported for start and end time of continuous
audits.
+
+1.2
+---
+Added ``force`` into create audit request. If ``force`` is true,
+audit will be executed despite of ongoing actionplan.