Set AI Actions order

Set AI Actions order

post

Change the order of AI actions. Post the new order of all AI Actions by ID. You need to specify all AI Actions here. If not, an error will be thrown.

Authorizations
Path parameters
projectIdintegerrequired

Project ID

Body
orderByActionIdinteger[]required
Responses
curl -L \
  --request POST \
  --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/ai-actions/order' \
  --header 'x-api-key: YOUR_API_KEY' \
  --header 'Content-Type: application/json' \
  --data '{
    "orderByActionId": [
      1
    ]
  }'
{
  "success": true,
  "error": "text"
}

Last updated

Was this helpful?