POST api/2.0/portal/mobile/registration
Registers the mobile app installation.
Name |
Description |
Type |
Example |
Type
sent in body
|
Mobile app type
|
ASC.Core.Common.Notify.Push.MobileAppType
|
|
POST api/2.0/portal/mobile/registration
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"Type": "IosProjects"
}
This method doesn't return any data.