Update the bid whitelist
POST/token/bid/whitelist
Allows administrators to update the whitelist of addresses permitted to interact with the Bid contract. This is essential for managing participation in bidding processes, especially for controlled or private auctions.
Request
Responses
- 200
- 400
- 401
- 403
- 429
- 500
- 503
Successfully built update bid whitelist transaction.
Bad request - invalid input parameters.
Unauthorized - user not authenticated.
Forbidden - user doesn't have permission.
Too many requests.
Internal server error - something went wrong during the request.
Service unavailable - blockchain or other external service is down.