Additional endpoint to increase monthly limit by email address or token #60
Labels
difficulty: medium
good first issue
Good for newcomers
help wanted
Extra attention is needed
module: registration
Create a new endpoint on the registration module to increase a user's monthly limit. It searches by user's token or email address, with token being the first priority. If the token is null or an empty string, it will search by the email address. If both token and email address fields are empty, return an error of BadRequest.
Endpoint:
PATCH /api/increase-limit
Request body:
The text was updated successfully, but these errors were encountered: