Skip to main content
POST
/
api
/
dataframer
/
specs
/
{spec_id}
/
versions
JavaScript
import Dataframer from 'dataframer';

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

const version = await client.dataframer.specs.versions.create('spec_id');

console.log(version);
{}

Authorizations

Authorization
string
header
required

API Key authentication. Format: "Bearer YOUR_API_KEY"

Path Parameters

spec_id
string
required

Response

201 - application/json

The response is of type object.