diff --git a/.stats.yml b/.stats.yml index b83ed00..37cd52b 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,2 +1,2 @@ configured_endpoints: 90 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb-6bef7452aabfcad0e298c7e0bbbd90aa6a1d954ad99a04fe756b827fd12a7ce9.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb-e688375f844df1851a35656ecef5248e201346b473def0219ac0f5f38b11a409.yml diff --git a/src/resources/items.ts b/src/resources/items.ts index ea9e9c9..2ba35cd 100644 --- a/src/resources/items.ts +++ b/src/resources/items.ts @@ -15,7 +15,7 @@ export class Items extends APIResource { } /** - * Update items + * This endpoint can be used to update properties on the Item. */ update(itemId: string, body: ItemUpdateParams, options?: Core.RequestOptions): Core.APIPromise { return this._client.put(`/items/${itemId}`, { body, ...options });