Request organization limits increase

Request organization limits increase

post

Request an increase in the limits for this organization. Available limits are: users, projects, compute, storage.

Authorizations
Path parameters
organizationIdintegerRequired

Organization ID

Body
reasonstringOptional

Additional notes for the request. This is optional.

Responses
200
OK
application/json
post
POST /v1/api/organizations/{organizationId}/limits-request HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 36

{
  "limits": [
    "users"
  ],
  "reason": "text"
}
200

OK

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

Last updated

Was this helpful?