Description of problem: When I query the REST API with ?nolinks=true parameter, the response still contains links Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. curl -k -H "Accept: application/xml" -X GET https://ec2-54-226-85-90.compute-1.amazonaws.com/broker/rest/api -d "nolinks=true" -u ofayans:redhat 2. curl -k -H "Accept: application/xml" -X GET https://ec2-54-226-85-90.compute-1.amazonaws.com/broker/rest/api -u ofayans:redhat Actual results: These 2 requests produce absolutely identical results Expected results: Additional info:
The purpose of the nolinks param is to make API responses more concise by suppressing the "links" child of the data object, when all that is desired is the entity data. The links ARE the data provided by the "/api" endpoint.