Set post-processing block config

Set post-processing block config

post

Set configuration parameters for a post-processing block. Only values set in the body will be overwritten.

Authorizations
Path parameters
projectIdintegerRequired

Project ID

postProcessingIdintegerRequired

Post-processing Block ID, use the impulse functions to retrieve the ID

Body
enabledbooleanRequired
Responses
200
OK
application/json
post
POST /v1/api/{projectId}/post-processing/{postProcessingId} HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 64

{
  "enabled": true,
  "parameters": {
    "ANY_ADDITIONAL_PROPERTY": "text"
  }
}
200

OK

{
  "success": true,
  "error": "text"
}

Last updated

Was this helpful?