Skip to content

Commit

Permalink
Edit API
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed Aug 8, 2024
1 parent 4843f30 commit f5139d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/public/users.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class EmailAddressUpdate(BaseModel):
new_email_address: str


@router.put("/public/api/v1/users/{user_id}/email")
@router.put("/public/api/v1/users/{user_id}/email-address")
async def update_email_address(
user_id: int,
args: EmailAddressUpdate,
Expand Down

0 comments on commit f5139d4

Please sign in to comment.