White Label Admin - Update the image of a whitelabel development board

White Label Admin - Update the image of a whitelabel development board

post

White label admin only API to update the image of a development board.

Authorizations
Path parameters
organizationIdintegerRequired

Organization ID

developmentBoardIdintegerRequired

Development board ID.

Body
imagestring · binaryOptional
Responses
200
OK
application/json
Responseall of
post
POST /v1/api/organizations/{organizationId}/whitelabel/development-boards/{developmentBoardId}/image HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Content-Type: multipart/form-data
Accept: */*
Content-Length: 18

{
  "image": "binary"
}
200

OK

{
  "success": true,
  "error": "text",
  "url": "text"
}

Last updated

Was this helpful?