satellite/admin: update README

add descriptions for the endpoint that removes a user from the waning
state.

Issue: https://github.com/storj/storj/issues/6118

Change-Id: I211cd3c41c7fefa295d0db1b9f43f53e33b984e6
This commit is contained in:
Wilfred Asomani 2023-09-12 16:26:08 +00:00 committed by Storj Robot
parent 7d8b231aaf
commit dcf3f25f93

View File

@ -174,11 +174,16 @@ Disables the user's mfa.
#### PUT /api/users/{user-email}/freeze
Freezes a user account so no uploads or downloads may occur.
This is a billing freeze the user can exit automatically by paying their invoice.
#### DELETE /api/users/{user-email}/freeze
Unfreezes a user account so uploads and downloads may resume.
#### DELETE /api/users/{user-email}/warning
Removes the warning status from a user's account.
#### PATCH /api/users/{user-email}/geofence
Sets the account level geofence for the user.