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>"
}
White label admin only API to update a development board.
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>"
}
Organization ID
Development board ID.
OK
The response is of type object
.