MCPcopy Create free account
hub / github.com/Botloader/botloader / put

Method put

frontend-common/src/api_client.ts:72–74  ·  view source on GitHub ↗
(path: string, body?: Body)

Source from the content-addressed store, hash-verified

70 }
71
72 async put<T>(path: string, body?: Body): Promise<ApiResult<T>> {
73 return await this.do("PUT", path, body);
74 }
75
76 async patch<T>(path: string, body?: Body): Promise<ApiResult<T>> {
77 return await this.do("PATCH", path, body);

Callers 6

createApiTokenMethod · 0.95
createScriptMethod · 0.95
createPluginMethod · 0.95
fetchMethod · 0.80
runFunction · 0.80
create_isolateMethod · 0.80

Calls 1

doMethod · 0.95

Tested by

no test coverage detected