We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fd7791 commit 9204ac4Copy full SHA for 9204ac4
packages/ui-vite/src/lib/api.ts
@@ -283,7 +283,7 @@ export const api = {
283
name: string,
284
updates: Partial<Pick<Spec, 'status' | 'priority' | 'tags'>>
285
): Promise<void> {
286
- await fetchAPI(`/api/specs/${encodeURIComponent(name)}`, {
+ await fetchAPI(`/api/specs/${encodeURIComponent(name)}/metadata`, {
287
method: 'PATCH',
288
body: JSON.stringify(updates),
289
});
specs/198-ui-vite-remaining-issues/README.md
@@ -10,7 +10,7 @@ tags:
10
depends_on:
11
- 193-frontend-ui-parity
12
created_at: 2025-12-26T06:32:10.135558Z
13
-updated_at: 2026-01-06T14:59:35.350392Z
+updated_at: 2026-01-06T15:06:55.941151Z
14
transitions:
15
- status: in-progress
16
at: 2025-12-26T06:33:23.302928Z
0 commit comments