POST
/
api
/
{projectId}
/
dsp-file-size-limit
Set DSP file size limit
curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/dsp-file-size-limit \
  --header 'Content-Type: application/json' \
  --data '{
  "dspFileSizeMb": 123
}'
{
  "success": true,
  "error": "<string>"
}

Path Parameters

projectId
integer
required

Project ID

Body

application/json

Only parameters set on this object will be updated.

Response

200 - application/json

OK

The response is of type object.