Skip to main content
POST
/
api
/
agent
/
recon
/
v1
/
yaml
/
parse
ParseYaml
curl --request POST \
  --url https://developer.synq.io/api/agent/recon/v1/yaml/parse \
  --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
yaml
string

YAML config string to parse.

Response

200 - application/json

Success

suite
ReconcilationSuite · object

The parsed suite configuration.