Skip to main content
POST
/
api
/
agent
/
recon
/
v1
/
yaml
/
render
RenderYaml
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>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
suite
ReconcilationSuite · object

The suite configuration to render as YAML.

Response

200 - application/json

Success

yaml
string

The rendered YAML config string.