MCPcopy Create free account
hub / github.com/21st-dev/magic-mcp / patch

Method patch

src/utils/http-client.ts:33–33  ·  view source on GitHub ↗
(
    endpoint: string,
    data?: unknown,
    options?: RequestInit
  )

Source from the content-addressed store, hash-verified

31 options?: RequestInit
32 ): Promise<{ status: number; data: T }>;
33 patch<T>(
34 endpoint: string,
35 data?: unknown,
36 options?: RequestInit

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected