Device
post
Body
Device Onboarding Service Manifest
_schemaVersionstring · min: 1Required
timestring · min: 1Required
Responses
202
Accepted
application/json
400
Malformed request
application/json
post
POST /v2/device/onboarding HTTP/1.1
Host: localhost
Content-Type: application/json
Accept: */*
Content-Length: 49
{
"_schemaVersion": "text",
"time": "text",
"apps": []
}
{
"jobId": 17
}
Last updated
Was this helpful?