cURL
curl --request POST \ --url https://developer.synq.io/api/agent/recon/v1/yaml/render \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "yaml": "<string>" }
RenderYaml renders a ReconcilationSuite proto as a YAML config string.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The suite configuration to render as YAML.
Show child attributes
Success
The rendered YAML config string.