Add return PMS name and server ID from device registration

This commit is contained in:
JonnyWong16 2020-07-22 18:00:58 -07:00
commit 7f1a4ec34a
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 17 additions and 2 deletions

5
API.md
View file

@ -2682,7 +2682,10 @@ Optional parameters:
onesignal_id (str): The OneSignal id for the mobile device
Returns:
None
json:
{"pms_name": "Winterfell-Server",
"server_id": "ds48g4r354a8v9byrrtr697g3g79w"
}
```