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

Method patch

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

Source from the content-addressed store, hash-verified

74 }
75
76 async patch<T>(path: string, body?: Body): Promise<ApiResult<T>> {
77 return await this.do("PATCH", path, body);
78 }
79
80 async getCurrentUser(): Promise<ApiResult<User>> {
81 return await this.get("/api/current_user");

Callers 3

updateScriptMethod · 0.95
updatePluginMetaMethod · 0.95

Calls 1

doMethod · 0.95

Tested by

no test coverage detected