cURL
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.
Organization ID
Development board ID.
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
Was this page helpful?