MCPcopy Create free account
hub / github.com/PaperDebugger/paperdebugger / upsertProject

Function upsertProject

webapp/_webapp/src/query/api.ts:166–169  ·  view source on GitHub ↗
(data: PlainMessage<UpsertProjectRequest>)

Source from the content-addressed store, hash-verified

164};
165
166export const upsertProject = async (data: PlainMessage<UpsertProjectRequest>) => {
167 const response = await apiclient.put(`/projects/${data.projectId}`, data);
168 return fromJson(UpsertProjectResponseSchema, response);
169};
170
171export const listPrompts = async () => {
172 if (!apiclient.hasToken()) {

Callers 3

socket-store.tsFile · 0.90
syncWordDocumentFunction · 0.90
syncGenericDocumentFunction · 0.90

Calls 2

fromJsonFunction · 0.90
putMethod · 0.80

Tested by

no test coverage detected