MCPcopy Create free account
hub / github.com/openai/openai-node / patch

Method patch

src/client.ts:721–723  ·  view source on GitHub ↗
(path: string, opts?: PromiseOrValue<RequestOptions>)

Source from the content-addressed store, hash-verified

719 }
720
721 patch<Rsp>(path: string, opts?: PromiseOrValue<RequestOptions>): APIPromise<Rsp> {
722 return this.methodRequest('patch', path, opts);
723 }
724
725 put<Rsp>(path: string, opts?: PromiseOrValue<RequestOptions>): APIPromise<Rsp> {
726 return this.methodRequest('put', path, opts);

Callers 1

index.test.tsFile · 0.80

Calls 1

methodRequestMethod · 0.95

Tested by

no test coverage detected