Last updated 5 months ago
Was this helpful?
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.
Project ID
POST /v1/api/{projectId}/ai-actions/order HTTP/1.1 Host: studio.edgeimpulse.com x-api-key: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 23 { "orderByActionId": [ 1 ] }
OK
{ "success": true, "error": "text" }