PUT api/2.0/mail/accounts/oauth
Update Mail account with OAuth authentication. Only Google OAuth supported.
Name |
Description |
Type |
Example |
code
sent in body
|
Oauth code
|
string
|
some text
|
type
sent in body
|
Type of OAuth service. 0- Unknown, 1 - Google.
|
System.Byte
|
|
mailboxId
sent in body
|
Mailbox ID to update
|
number
|
1234
|
PUT api/2.0/mail/accounts/oauth
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"code": "some text",
"type": 0,
"mailboxId": 1234
}