PUT
/
data
/
{username}
/
{namespace}
/
{datasetName}
/
inferDefinition
Update infer definition
curl --request PUT \
  --url https://api.datalinks.com/api/v1/data/{username}/{namespace}/{datasetName}/inferDefinition \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "dataDescription": "<string>",
  "fieldDefinition": "<string>"
}'

Authorizations

Authorization
string
header
required

Use a Bearer token for authentication. Submit the token using the Authorization header: Authorization: Bearer <token>.

Path Parameters

namespace
string
required

Namespace for the dataset.

datasetName
string
required

Name of the dataset.

username
string
required

The username associated with the request.

Body

application/json

Response

201

Successfully created new infer definition