Update Settings - Community
This request changes community settings attributes.
Resource
PATCH /server/community
Parameters
None
Payload
Fields
Name | Patch Operations |
---|---|
licenseServerUrl |
|
provisioningServerUrl |
|
ownServerHostName |
|
Response
None
Context
Authorization |
Master |
Errors
Example
Request
PATCH https://xelion.nl/api/v1/master/server/community
Payload
{
"operations": [
{
"op": "replace",
"path": "/ownServerHostName",
"value": "test.xelion.nl"
}
]
}