Example – Installing Licensing Key File
Request
PUT /api/v1/license HTTP/1.1 Host: 10.4.219.229 Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW ------WebKitFormBoundary7MA4YWxkTrZu0gW Content-Disposition: form-data; name="file"; filename="key.txt" Content-Type: application/octet-stream <license file> ------WebKitFormBoundary7MA4YWxkTrZu0gW--
Response
HTTP/1.1 200 OK