Skip to main content
POST
/
api
/
ingest
/
airflow
/
v1
/
aspects
IngestDatahubAspects
curl --request POST \
  --url https://developer.synq.io/api/ingest/airflow/v1/aspects \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '[
  {}
]'
{}

Authorizations

Authorization
string
header
required

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

Query Parameters

action
string

Body

application/json · aspects · object[]
{key}

Value represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a list of values. A producer of value is expected to set one of these variants. Absence of any variant indicates an error.

The JSON representation for Value is JSON value.

Response

200 - application/json

Success

The response is of type object.

I