Skip to main content
PUT
/
api
/
dataframer
/
human-labels
/
{label_id}
JavaScript
import Dataframer from 'dataframer';

const client = new Dataframer({
  apiKey: 'My API Key',
});

const humanLabel = await client.dataframer.humanLabels.update('label_id');

console.log(humanLabel);
{}

Authorizations

Authorization
string
header
required

API Key authentication. Format: "Bearer YOUR_API_KEY"

Path Parameters

label_id
string
required

Response

200 - application/json

The response is of type object.