Loading...
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
OK
const response = await fetch('https://studio.edgeimpulse.com/v1/api/{projectId}/ai-actions/order', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "orderByActionId": [ 0 ] }), }); const data = await response.json();
{ "success": false, "error": "text" }