Add config POST documentation details

This commit is contained in:
Matthew Jones 2014-08-11 13:27:07 -04:00
parent 6d2d0aa1a5
commit 28552d8b4b

View File

@ -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.