Register sca metadata for a data asset version
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 }
Upload metadata tied to data asset
The body is of type object.
object
Sca Metadata Registration Response
The response is of type object.