Skip to content

Commit 1ea2dc2

Browse files
feat: rename upsert properties endpoint
1 parent 7ac2a97 commit 1ea2dc2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 117
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/letta-ai%2Fletta-sdk-69fb1c8bb5525c7ef7ee2b280335064379c5ee9e3a86efb11e8bd84b5ff87044.yml
3-
openapi_spec_hash: e27d719c067e357eae82448eebd5c99e
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/letta-ai%2Fletta-sdk-6612b96993c9793310c6eb0bd9e80e4f9df36d1793d72fbaa78dac68988535d2.yml
3+
openapi_spec_hash: 70c70ff97f150392713401f7253d8f77
44
config_hash: b9227d561917304255fa4365a296d3b3

src/resources/identities/properties.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { path } from '../../internal/utils/path';
88

99
export class Properties extends APIResource {
1010
/**
11-
* Upsert Identity Properties
11+
* Upsert Properties For Identity
1212
*/
1313
upsert(identityID: string, params: PropertyUpsertParams, options?: RequestOptions): APIPromise<unknown> {
1414
const { body } = params;

0 commit comments

Comments
 (0)