Weblutions Documentation
Weblutions Main Site Contact Us Our Discord
Some pages are still pending proper formatting, if required refer to the legacy documentation website.
Product Documentation IconProduct Documentation

Weblutions Documentation / Product Documentation / Bot Portfolio - API

Updated

Bot Portfolio - API

By Josh M. 1 min 3

You can use the API built into Bot Portfolio to take advantage of automated statistic updating.

POST /api/:id

Parameters

Authorization

[Header] the API secret set in the config file

serverCount

[Query] the new server count to update to

memberCount

[Query] the new member count to update to

Response

200 = {status: 200, content: "Updated bot stats"}
400 = {status: 400, content: "Bot ID not found."}