From 7728c720dbdafe4780d2af3b2a5e48591c5e6772 Mon Sep 17 00:00:00 2001 From: James Laska Date: Mon, 26 Jan 2015 09:21:23 -0500 Subject: [PATCH] Mark eula_accepted as new to 2.1.1 --- awx/api/templates/api/api_v1_config_view.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/awx/api/templates/api/api_v1_config_view.md b/awx/api/templates/api/api_v1_config_view.md index 21f8581bb5..d99b97d553 100644 --- a/awx/api/templates/api/api_v1_config_view.md +++ b/awx/api/templates/api/api_v1_config_view.md @@ -14,5 +14,7 @@ the following fields (some fields may not be visible to all users): (_New in Ansible Tower 2.0.0_) Make a POST request to this resource as a super user to install or update the existing license. The license data itself can -be POSTed as a normal json data structure. The POST must include a `eula_accepted` -boolean element indicating acceptance of the End-User License Agreement. +be POSTed as a normal json data structure. + +(_New in Ansible Tower 2.1.1_) The POST must include a `eula_accepted` boolean +element indicating acceptance of the End-User License Agreement.