Roll
Roll an item or classifier
Rolling an item or classifier is useful when detemrining what item to drop. These requests can be combined to reduce the scope of what can roll.
GET
/
teams
/
{teamId}
/
roll
Authorizations
Authorization
string
headerrequiredBasic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
teamId
string
required