White Label Admin - Update learning blocks

White Label Admin - Update learning blocks

post

White label admin only API to update some or all of the learning blocks enabled for this white label.

Authorizations
Path parameters
organizationIdintegerrequired

Organization ID

Body
learningBlocksstring[]optional

The types of the learning blocks that are enabled for this whitelabel.

Responses
curl -L \
  --request POST \
  --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/whitelabel/learningBlocks' \
  --header 'x-api-key: YOUR_API_KEY' \
  --header 'Content-Type: application/json' \
  --data '{
    "learningBlocks": [
      "text"
    ]
  }'
{
  "success": true,
  "error": "text"
}

Last updated

Was this helpful?