2025-04-24 13:11:28 +08:00

5 lines
203 B
TypeScript

import { postJSON } from '../../../infrastructure/fetch-json'
export const refreshProjectMetadata = (projectId: string, entityId: string) =>
postJSON(`/project/${projectId}/doc/${entityId}/metadata`)