POST
/
v0
/
data-asset
/
{id}
/
profile
cURL
curl --request POST \
  --url 'https://api-(organization).gable.ai/v0/data-asset/{id}/profile' \
  --header 'Content-Type: application/json' \
  --data '{
  "darn": "<string>",
  "data_asset_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "fieldsToProfilesMapping": {}
}'
{
  "fieldsToProfilesMapping": {}
}

Path Parameters

id
string<uuid>
required

UUID of the data asset

Body

application/json

Data Asset Profiles

The body is of type object.

Response

200
application/json

Data asset profile was successfully created

The response is of type object.