From 28552d8b4b0c947c9b5defea4218f8aa706dda3d Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Mon, 11 Aug 2014 13:27:07 -0400 Subject: [PATCH] Add config POST documentation details --- awx/api/templates/api/api_v1_config_view.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/awx/api/templates/api/api_v1_config_view.md b/awx/api/templates/api/api_v1_config_view.md index bcaaf3d1c0..d731d6ee1d 100644 --- a/awx/api/templates/api/api_v1_config_view.md +++ b/awx/api/templates/api/api_v1_config_view.md @@ -10,3 +10,7 @@ the following fields (some fields may not be visible to all users): * `time_zone`: The configured time zone for the server. * `license_info`: Information about the current license. * `version`: Version of Ansible Tower (AWX) package installed. + +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. \ No newline at end of file