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.