Admin Get Known Platforms
GET/presence/v1/admin/ccu/platforms
Get all of the platforms that presence has been told about by players updating their presence
Responses
- 200
- 403
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
platforms string[]required
{
"platforms": [
"string"
]
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
auth_success Auth Success (boolean)
Default value: true
error_code Error Code (string)required
desc Desc (string)required
{
"auth_success": true,
"error_code": "string",
"desc": "string"
}
Loading...