White Label Admin - Update a development board in a whitelabel

White Label Admin - Update a development board in a whitelabel

put

White label admin only API to update a development board.

Authorizations
Path parameters
organizationIdintegerRequired

Organization ID

developmentBoardIdintegerRequired

Development board ID.

Body
namestringOptional
imagestringOptional
docsUrlstringOptional
Responses
200
OK
application/json
put
PUT /v1/api/organizations/{organizationId}/whitelabel/development-boards/{developmentBoardId} 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"
}

Last updated

Was this helpful?