MCPcopy Create free account
hub / github.com/Mnexa-AI/e2a / patch

Method patch

tests/e2e-prod/harness/client.ts:109–111  ·  view source on GitHub ↗
(path: string, opts: RequestOpts = {})

Source from the content-addressed store, hash-verified

107 return this.request<T>("POST", path, opts);
108 }
109 patch<T = unknown>(path: string, opts: RequestOpts = {}) {
110 return this.request<T>("PATCH", path, opts);
111 }
112 put<T = unknown>(path: string, opts: RequestOpts = {}) {
113 return this.request<T>("PUT", path, opts);
114 }

Callers 4

10-domains.test.tsFile · 0.80
02-authz.test.tsFile · 0.80

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected