POST api/2.0/settings/push/docregisterdevice
Saves the Firebase device token specified in the request for the Documents application.
Name |
Description |
Type |
Example |
firebaseDeviceToken
sent in body
|
Firebase device token
|
string
|
some text
|
POST api/2.0/settings/push/docregisterdevice
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"firebaseDeviceToken": "some text"
}