import Dataframer from 'dataframer';
const client = new Dataframer({
apiKey: 'My API Key',
});
const version = await client.dataframer.specs.versions.update('version_id', { spec_id: 'spec_id' });
console.log(version);{}Update a specific spec version
import Dataframer from 'dataframer';
const client = new Dataframer({
apiKey: 'My API Key',
});
const version = await client.dataframer.specs.versions.update('version_id', { spec_id: 'spec_id' });
console.log(version);{}