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:
parent
7d8b231aaf
commit
dcf3f25f93
@ -174,11 +174,16 @@ Disables the user's mfa.
|
|||||||
#### PUT /api/users/{user-email}/freeze
|
#### PUT /api/users/{user-email}/freeze
|
||||||
|
|
||||||
Freezes a user account so no uploads or downloads may occur.
|
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
|
#### DELETE /api/users/{user-email}/freeze
|
||||||
|
|
||||||
Unfreezes a user account so uploads and downloads may resume.
|
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
|
#### PATCH /api/users/{user-email}/geofence
|
||||||
|
|
||||||
Sets the account level geofence for the user.
|
Sets the account level geofence for the user.
|
||||||
|
Loading…
Reference in New Issue
Block a user