curl --request PUT \
--url https://{FUSION HOST}/api/license \
--header 'Content-Type: application/octet-stream' \
--data '[
"aSDinaTvuI8gbWludGxpZnk="
]'
Replace current Fusion License with a new license file.
curl --request PUT \
--url https://{FUSION HOST}/api/license \
--header 'Content-Type: application/octet-stream' \
--data '[
"aSDinaTvuI8gbWludGxpZnk="
]'
New License.
The body is of type string<byte>[]
.
Was this page helpful?