PUT
/
license
Update the Fusion license
curl --request PUT \
  --url https://{FUSION HOST}/api/license \
  --header 'Content-Type: application/octet-stream' \
  --data '[
  "aSDinaTvuI8gbWludGxpZnk="
]'

Body

application/octet-stream · string<byte>[]

New License.

The body is of type string<byte>[].