Skip to content

Commit ed45521

Browse files
feat(api): manual updates
1 parent 449272c commit ed45521

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 24
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lemma%2Flemma-7d37defa0f907862d7d3c807dd33259df967ddaa70601f91d4d771c9c02e4dec.yml
33
openapi_spec_hash: 357f9bb257a1f73b57bd4bd5f3018000
4-
config_hash: a9352eeefa4cb8079f275e3f783515a8
4+
config_hash: e876964de72aef22014f6698d3ab927b

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const client = new Lemma({
2929
apiKey: process.env['LEMMA_API_KEY'], // This is the default and can be omitted
3030
});
3131

32-
const dataset = await client.datasets.create({ name: 'name' });
32+
const dataset = await client.datasets.create({ name: '<NAME>' });
3333

3434
console.log(dataset.id);
3535
```

0 commit comments

Comments
 (0)