Update organization

Update organization

post

Update organization properties such as name and logo.

Authorizations
Path parameters
organizationIdintegerRequired

Organization ID

Body

Only fields set in this object will be updated.

logostringOptional

New logo URL, or set to null to remove the logo.

headerImgstringOptional

New leader image URL, or set to null to remove the leader.

showHeaderImgMaskbooleanOptional
namestringOptional

New organization name.

experimentsstring[]Optional
readmestringOptional

Readme for the organization (in Markdown)

jobLimitMintegerOptional

New job limit in seconds.

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

{
  "logo": "text",
  "headerImg": "text",
  "showHeaderImgMask": true,
  "name": "text",
  "experiments": [
    "text"
  ],
  "readme": "text",
  "jobLimitM": 1
}
200

OK

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

Last updated

Was this helpful?