[KNOW-003] Tag Management API #55

Closed
opened 2026-01-29 21:39:53 +00:00 by jason.woltje · 0 comments
Owner

Priority: P0 | Estimate: 3h | Phase: 1

Description

Implement tag CRUD and entry-tag associations.

Acceptance Criteria

  • GET /api/knowledge/tags - List workspace tags
  • POST /api/knowledge/tags - Create tag
  • PUT /api/knowledge/tags/:slug - Update tag
  • DELETE /api/knowledge/tags/:slug - Delete tag
  • GET /api/knowledge/tags/:slug/entries - Entries with tag
  • Auto-create tags option
**Priority:** P0 | **Estimate:** 3h | **Phase:** 1 ## Description Implement tag CRUD and entry-tag associations. ## Acceptance Criteria - [ ] GET /api/knowledge/tags - List workspace tags - [ ] POST /api/knowledge/tags - Create tag - [ ] PUT /api/knowledge/tags/:slug - Update tag - [ ] DELETE /api/knowledge/tags/:slug - Delete tag - [ ] GET /api/knowledge/tags/:slug/entries - Entries with tag - [ ] Auto-create tags option
jason.woltje added this to the M5-Knowledge Module (0.0.5) milestone 2026-01-29 21:47:53 +00:00
jason.woltje added the apiknowledge-modulep0phase-1 labels 2026-01-29 21:48:52 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mosaic/stack#55