You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iDigitalFlame edited this page Apr 6, 2021
·
1 revision
GET /beacon/port
No auth required
200 { "ports": [80,443,etc]}
POST /beacon/port
{
"token": "",
"port": port
}
400 - missing "token" or "port" or invlaid port number
401 - invalid/expired team token (currently 403)
403 - game not running, or non offensive team
418 - port is already open
201 - port opened