PUT
/v1/features/license
curl \
--request PUT 'http://localhost:9644/v1/features/license' \
--header "Content-Type: application/json" \
--data '{"expires":42,"format_version":42,"org":"string","sha256":"string","type":"string"}'
Request examples
{
"expires": 42,
"format_version": 42,
"org": "string",
"sha256": "string",
"type": "string"
}