Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The API you are building supports CRUD operations on `user` and `event` entities
- A user can have multiple events that, when applied in the order of their creation, will generate the current user consent status.
- A user accepts only one required field (`email`) that must be a valid email address and unique. If any of the requirements are not satisfied, the API must return a 422 response.
- Consent IDs can be one of the following: `email_notifications` or `sms_notifications`.
- Consent change events can only be read and created, not update or deleted.
- Consent change events can only be read and created, not updated or deleted.
- A consent change event belongs to a single user.

To keep the challenge as short as possible the mandatory routes and methods are the following:
Expand Down