Link song queue to a user #156

Closed
opened 2025-07-15 14:23:44 -04:00 by kdeng00 · 0 comments
kdeng00 commented 2025-07-15 14:23:44 -04:00 (Migrated from github.com)

Create an endpoint that will link a user with a songQueue record. The user record is not stored in this application's database, there is an assumption that the id used to link it is valid.

Request body

{
  "song_queue_id": "some_id",
  "user_id": "some_user_id"
}
Create an endpoint that will link a user with a `songQueue` record. The user record is not stored in this application's database, there is an assumption that the id used to link it is valid. ### Request body ```Json { "song_queue_id": "some_id", "user_id": "some_user_id" } ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: phoenix/icarus#156