Upload offline license file

Upload an offline license file to the Floating Server.

URL: /api/v4/license/upload Method: POST Content-Type: multipart/form-data Accept: application/json

circle-exclamation

Success response

Code: 200 OK

Example request

The multipart field name depends on the server version/build. Use the field name expected by your server.

curl -X POST 'http://localhost:8080/api/v4/license/upload' \
  -H 'Accept: application/json' \
  -F '<file_field_name>=@/path/to/offline-license-file'

Last updated

Was this helpful?