Set DSP file size limit

POST {{baseUrl}}/api/:projectId/dsp-file-size-limit

Change the DSP file size limit for the project. This function is only available through a JWT token, and is not available to all users.

Request Body

{"dspFileSizeMb"=>"<integer>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:&quot;\u003cboolean\u003e&quot;,&quot;error&quot;:&quot;\u003cstring\u003e&quot;}