Files
awx/awx/api
Ryan Petrello d97ff57cda prohibit API payloads that represent something other than a JSON object
The JSON serializer for our API uses ``json.loads``, which permits *any*
valid JSON (including bare integers, boolean values, etc).  Lots of our
code, however, assumes that inbound JSON content will be a dict.

see: #4756
2017-02-28 13:23:03 -05:00
..
2016-12-09 14:19:41 -05:00
2015-06-11 16:10:23 -04:00
2016-09-26 22:14:47 -04:00
2017-02-28 11:37:05 -05:00
2015-06-11 16:10:23 -04:00