You can enable a profile from the server with the websocket.
You need to emit an event with the following name and data:
Event name: profiles@enable
| Key | Type | Extra | Description |
|---|---|---|---|
custom_id | string | required unique | Unique identifier from your services (1-64 characters) |
Important
Response object must respect every type rule. If any structure isn't respected, your request will be rejected for "bad-request".
{
"custom_id": "1234"
}
Unfortunately, there is no response in this version.
Powered by Doctave