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

Method put

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

Source from the content-addressed store, hash-verified

723 }
724
725 put<Rsp>(path: string, opts?: PromiseOrValue<RequestOptions>): APIPromise<Rsp> {
726 return this.methodRequest('put', path, opts);
727 }
728
729 delete<Rsp>(path: string, opts?: PromiseOrValue<RequestOptions>): APIPromise<Rsp> {
730 return this.methodRequest('delete', path, opts);

Callers

nothing calls this directly

Calls 1

methodRequestMethod · 0.95

Tested by

no test coverage detected