PUT
/
api
/
organizations
/
{organizationId}
/
whitelabel
/
development-boards
/
{developmentBoardId}
White Label Admin - Update a development board in a whitelabel
curl --request PUT \
  --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/whitelabel/development-boards/{developmentBoardId} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "name": "<string>",
  "image": "<string>",
  "docsUrl": "<string>"
}'
{
  "success": true,
  "error": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

organizationId
integer
required

Organization ID

developmentBoardId
integer
required

Development board ID.

Body

application/json

Response

200 - application/json

OK

The response is of type object.