...
{project-id} | Required path parameter |
---|---|
{tool-id} | Required path parameter – uses the same string as listed above in the listing of all config tools |
format | Optional querystring parameter. Specifies the output format.
|
Response Code:
200 | A project-specific config exists for this tool |
---|---|
404 | A project-specific config has never been set for this tool |
Response Format:
The inner format of the response for each tool will follow a common structure, but the "contents" parameter may contain a simple string or a complex JSON object, depending on the tool.
...