Misc
Icon Upload
Upload and process the installation's logo image.
Upload and process the installation's logo image.
curl -X POST "https://loading/api/info/icon" \ -H "Content-Type: application/octet-stream" \ -d 'string'Empty
Empty
{
"error": "string",
"message": "string",
"suggested": "string",
"metadata": {}
}Icon Get GET GET
Get the logo icon image.
Send Beacon POST POST
A catch-all endpoint for tracking read states and other things that are not critical to the functioning of the platform. This endpoint is fire and forget and does not return any meaningful data. It is designed to be used with the `navigator.sendBeacon` API in browsers to mark things such as how far down a thread a member has read, or whether or not a Library Page has been visited recently. It may queue the work for later processing and is not guaranteed to be processed immediately or at all.