POST
/
v0
/
sca-metadata
/
ingest
cURL
curl --request POST \
  --url 'https://api-(organization).gable.ai/v0/sca-metadata/ingest' \
  --header 'Content-Type: application/json' \
  --data '{
  "metadata": {},
  "dataAssetResourceName": "<string>"
}'
{
  "newVersionCreated": true
}

Body

application/json

Upload metadata tied to data asset

The body is of type object.

Response

200
application/json

Sca Metadata Registration Response

The response is of type object.