Set AI Actions order
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
200
OK
application/json
post
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
]
}
200
OK
{
"success": true,
"error": "text"
}
Last updated
Was this helpful?