Get a detailed description of a supported output format for this resource

This method returns a JSON object containing documentation of a specific output format supported by this resource. The response will contain a JSON object with keys matching the keys of the expected output, but with values that contain English description strings rather than actual data.

Request

GET http://{hostname}:{port}
  /releases/formats/{formatName}
Accept: application/json
Table 1. URL parameters
Parameter Type Required Description
formatName string true  
Table 2. Header parameters
Parameter Type Required Description
Accept application/json true  

Feedback