Set compute time limit

POST {{baseUrl}}/api/:projectId/compute-time-limit

Change the job compute time limit for the project. This function is only available through a JWT token, and is not available to all users.

Request Body

{"jobLimitM"=>"<integer>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

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