import BrainbaseLabs from 'brainbase-labs';
const client = new BrainbaseLabs({
apiKey: 'My API Key',
});
await client.workers.tests.update('testId', { workerId: 'workerId' });
import BrainbaseLabs from 'brainbase-labs';
const client = new BrainbaseLabs({
apiKey: 'My API Key',
});
await client.workers.tests.update('testId', { workerId: 'workerId' });
API key authentication
Test updated successfully