Update Integrated Webpage
This request changes the attributes of a integrated webpage.
Resource
PATCH /integratedwebpages/<OID>
Where OID is the object ID of the integrated webpage.
Parameters
None
Payload
Fields
| name | Patch Operations |
|---|---|
commonName |
|
active |
|
url |
|
users |
|
Response
None
Context
| Authorization |
Administrator |
Errors
Example
Request
PATCH https://xelion.nl/api/v1/master/integratedwebpages/10317713
Payload
{
"operations": [
{
"op": "replace",
"path": "/active",
"value": false
},
{
"op": "replace",
"path": "/url",
"value": "https://www.xelion.com"
}
]
}