User Trees - CRUD endpoints #14

Closed
opened 2026-02-03 04:41:24 +00:00 by chihlasm · 1 comment
chihlasm commented 2026-02-03 04:41:24 +00:00 (Migrated from github.com)

Create API endpoints for user tree management:

  • GET /api/v1/user-trees - List user's custom trees
  • GET /api/v1/user-trees/{id} - Get custom tree
  • POST /api/v1/user-trees - Create new custom tree
  • PUT /api/v1/user-trees/{id} - Update custom tree
  • DELETE /api/v1/user-trees/{id} - Soft delete
  • PUT /api/v1/user-trees/{id}/share - Update sharing settings

Reference: PHASE-2.5-PERSONAL-BRANCHING.md

Create API endpoints for user tree management: - [ ] GET /api/v1/user-trees - List user's custom trees - [ ] GET /api/v1/user-trees/{id} - Get custom tree - [ ] POST /api/v1/user-trees - Create new custom tree - [ ] PUT /api/v1/user-trees/{id} - Update custom tree - [ ] DELETE /api/v1/user-trees/{id} - Soft delete - [ ] PUT /api/v1/user-trees/{id}/share - Update sharing settings Reference: PHASE-2.5-PERSONAL-BRANCHING.md
chihlasm commented 2026-02-03 05:13:46 +00:00 (Migrated from github.com)

Already implemented - standard tree CRUD endpoints support user filtering via author_id.

Already implemented - standard tree CRUD endpoints support user filtering via author_id.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: chihlasm/resolutionflow#14