Update Settings - Advanced
This request changes advanced settings attributes.
Resource
PATCH /server/advanced
Parameters
None
Payload
Fields
Name | Patch Operations |
---|---|
manualConfigGeneration |
|
outlookImportDisabled |
|
hideCommunicatedWith |
|
defaultWindowSize |
|
outlookMaxImports |
|
helpURL |
|
maxAttachmentSize |
|
maxGroupChatParticipants |
|
chatAttachmentRetentionDays |
|
defaultStatus |
|
dndActivatedStatus |
|
dndDeactivatedStatus |
|
appointmentStatus |
|
defaultOverrides |
|
Master tenant
Name | Patch Operations |
---|---|
keepAlivePeriod |
|
diskFullWarningThreshold1 |
|
diskFullWarningThreshold2 |
|
licenseServerUrl |
|
customSIPOptions |
|
Response
None
Context
Authorization |
Administrator |
Errors
Example
Request
PATCH https://xelion.nl/api/v1/master/server/advanced
Payload
{
"operations": [
{
"op": "replace",
"path": "/outlookMaxImports",
"value": "10"
}
]
}