Skip to main content
PUT
/
api
/
dataframer
/
runs
/
{run_id}
JavaScript
import Dataframer from 'dataframer';

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

const run = await client.dataframer.runs.update('run_id');

console.log(run);
{}

Authorizations

Authorization
string
header
required

API Key authentication. Format: "Bearer YOUR_API_KEY"

Path Parameters

run_id
string
required

Response

200 - application/json

The response is of type object.