Skip to content

Commit

Permalink
fix(api): escape browser check string
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Jun 13, 2024
1 parent d2db4d8 commit 52004b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion src/resources/items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<Item> {
return this._client.put(`/items/${itemId}`, { body, ...options });
Expand Down

0 comments on commit 52004b8

Please sign in to comment.