White Label Admin - Add a development board to a whitelabel
White label admin only API to add a development board.
Authorizations
Path parameters
organizationIdintegerRequired
Organization ID
Body
namestringRequired
imagestringRequired
docsUrlstringRequired
Responses
200
OK
application/json
Responseall of
post
POST /v1/api/organizations/{organizationId}/whitelabel/development-boards HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 47
{
"name": "text",
"image": "text",
"docsUrl": "text"
}
200
OK
{
"success": true,
"error": "text",
"id": 1
}
PreviousWhite Label Admin - Get project jobsNextWhite Label Admin - Update a development board in a whitelabel
Last updated
Was this helpful?