Skip to content

fix: align org API routes with project-level paths#77

Merged
guyb1 merged 1 commit into
mainfrom
fix/align-org-route-paths
Jun 3, 2026
Merged

fix: align org API routes with project-level paths#77
guyb1 merged 1 commit into
mainfrom
fix/align-org-route-paths

Conversation

@guyb1

@guyb1 guyb1 commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Aligns org-level app routes to mirror project-level paths prefixed with /org/
  • /org/connections/org/apps/connections
  • /org/app-config/:provider/org/apps/:provider/config
  • /org/app-config/configured/org/apps/configured
  • /org/app-config/:provider/toggle/org/apps/:provider/config/toggle

The API server has backward-compatible aliases for the old paths during migration.

Test plan

  • Verify org connection list/delete commands work
  • Verify org app config get/set/delete/toggle commands work

🤖 Generated with Claude Code

Org app routes now mirror project routes prefixed with /org/:
- /org/connections → /org/apps/connections
- /org/app-config/:provider → /org/apps/:provider/config
- /org/app-config/configured → /org/apps/configured
- /org/app-config/:provider/toggle → /org/apps/:provider/config/toggle

The API server has backward-compatible aliases for the old paths.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@guyb1 guyb1 merged commit 22cd982 into main Jun 3, 2026
2 checks passed
@guyb1 guyb1 deleted the fix/align-org-route-paths branch June 3, 2026 16:52
@guyb1 guyb1 mentioned this pull request Jun 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant