Updating License
You can update a license in Veeam Backup for Microsoft 365.
Request
POST https://<hostname>:4443/v6/License/Update |
Request Headers
The request header must contain an authorization token of the current session.
Request Body
None.
Response
The server returns the following response to the client.
Response Codes
A successfully completed operation returns a response code 200 OK.
Response Headers
The response to this request contains the following headers. The response may also include additional standard HTTPS headers.
Header | Description |
---|---|
Content-length | The length of the response body. |
Content-type | The media type and syntax of the response body message: application/json; charset=utf-8 |
Response Body
In the response body, the server returns a resource representation of the /License resource.
Example
The example shows how to update a license in Veeam Backup for Microsoft 365.
Request: POST https://abc.tech.local:4443/v6/License/Update
Request Header: Authorization: Bearer <Access-Token>
Request Body: None
Response: 200 OK |