POST /user-management-v2/end-update
FROM API REVISION 2.0
This resource should be used to inform the controller that you have finished your modification, and it can really apply everything.
If the end-update is never called the apply will never be applied.
When the end-update is called with success, you will receive a response that will indicate if the web server has to restart to apply the configuration.
No body required.
If this parameter is not in the request, the Application/Json will be chosen by default.
There are multiple possible values (according the resource):
The first two are the most often used.
There are multiple possible values according the resource:
If this parameter is not present during the request, and error 415 Unsupported Media Type will be thrown.
The Content-Length entity-header field indicates the size of the entity-body.
Object Name: EndUpdateResponse
Property Name | Type | Description | Method |
---|---|---|---|
WebServerRestart | Boolean | If true, the web server will restart. |
URL Example: https://0.0.0.0/api/rest/v1/user-management-v2/end-update
{
"webServerRestart": false
}
URL Example: https://0.0.0.0/api/rest/v1/user-management-v2/end-update
<?xml version="1.0" encoding="utf-8"?>
<EndUpdateResponse>
<WebServerRestart>false</WebServerRestart>
</EndUpdateResponse>