You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If #57 (user authentication middleware) is not yet complete, this can be initially implemented with a static user and wait until that feature is merged.
The text was updated successfully, but these errors were encountered:
model/participant/participant.go
for:Relevant routes from #58 (to be finalized):
/participant
GET
{participants: []<participant>}
/participant/flag
PUT
{participant_ids: []<id>}
{status: "ok"}
/participant/flag
DELETE
{participant_ids: []<id>}
{status: "ok"}
/participant/flagged
GET
{participants: []<participant>}
/participant/{id}/flag
POST
{status: "ok"}
/participant/{id}/flag
DELETE
{status: "ok"}
Paths/interface will be finalized in #58
If #57 (user authentication middleware) is not yet complete, this can be initially implemented with a static user and wait until that feature is merged.
The text was updated successfully, but these errors were encountered: