cURL
curl --request PUT \ --url https://forgegames.org/api/classifiers/{id} \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>" }'
{ "id": "<string>", "name": "<string>", "teamId": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "classifierOptions": [ { "id": "<string>", "name": "<string>", "dropRateMultiplier": 123, "classifierId": "<string>" } ] }
Updates an existing classifier’s properties
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Successful response
The response is of type object.
object