curl -L \
--request POST \
--url 'https://api.korewireless.com/omnicore/subscriptions/{subscriptionid}/registries/{registryId}/devices/{deviceId}/updateCustomOnboardRequest' \
--header 'Authorization: Bearer JWT' \
--header 'Content-Type: application/json' \
--data '{
"id": "text",
"blocked": true,
"credentials": [
{
"expirationTime": "text",
"publicKey": {
"format": "RSA_PEM",
"key": "text"
}
}
],
"gateway": [
"text"
],
"gatewayConfig": {
"gatewayAuthMethod": "GATEWAY_AUTH_METHOD_UNSPECIFIED",
"gatewayType": "NON_GATEWAY"
},
"isGateway": true,
"logLevel": "INFO",
"metadata": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"config": {
"acknowledged": true,
"binaryData": "text",
"cloudUpdateTime": "text",
"deviceAckTime": "text",
"version": 1
},
"state": {
"binaryData": "text",
"updateTime": "text"
},
"policy": {
"Connect": true,
"PublishState": true,
"PublishEvents": true,
"PublishEventsRegex": "text",
"PublishLoopback": true,
"SubscribeCommand": true,
"SubscribeCommandRegex": "text",
"SubscribeBroadcast": true,
"SubscribeBroadcastRegex": "text",
"SubscribeConfig": true
},
"customOnboardData": "text",
"isApprove": true
}'