Rename path parameter {token} to {eventToken} #37

Merged
nitrix merged 1 commits from 015-rename-token-to-eventToken into master 2026-03-12 18:11:09 +01:00
Owner

Summary

  • Renames {token} to {eventToken} in all OpenAPI path definitions and parameter names
  • Aligns naming with value object convention (eventToken, rsvpToken, organizerToken)
  • Updates backend controllers, frontend API calls, and tests

Test plan

  • Backend: 81 tests pass
  • Frontend: 130 unit tests pass
  • OpenAPI spec validation passes
  • TypeScript type-check passes

🤖 Generated with Claude Code

## Summary - Renames `{token}` to `{eventToken}` in all OpenAPI path definitions and parameter names - Aligns naming with value object convention (`eventToken`, `rsvpToken`, `organizerToken`) - Updates backend controllers, frontend API calls, and tests ## Test plan - [x] Backend: 81 tests pass - [x] Frontend: 130 unit tests pass - [x] OpenAPI spec validation passes - [x] TypeScript type-check passes 🤖 Generated with [Claude Code](https://claude.com/claude-code)
nitrix added 1 commit 2026-03-12 18:08:26 +01:00
Rename path parameter {token} to {eventToken} in OpenAPI spec
All checks were successful
CI / backend-test (push) Successful in 57s
CI / frontend-test (push) Successful in 23s
CI / frontend-e2e (push) Successful in 1m18s
CI / build-and-publish (push) Has been skipped
58043d1507
Aligns the path parameter naming with the value object convention
used throughout the codebase (eventToken, rsvpToken, organizerToken).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
nitrix merged commit bf0f4ffb7f into master 2026-03-12 18:11:09 +01:00
nitrix deleted branch 015-rename-token-to-eventToken 2026-03-12 18:11:10 +01:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nitrix/fete#37