Skip to main content
PUT
Update organization details

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Organization properties that should be updated

slug
string

Unique DNS-safe label for the org subdomain (<slug>.api.nevermined.app). Lowercase letters, digits and hyphens; no leading or trailing hyphen.

Example:

"acme-labs"

name
string

Display name of the organization

Example:

"Nevermined Labs"

description
string

Short description that will be shown publicly

Example:

"AI infrastructure for knowledge agents."

url
string

Organization public URL

Example:

"https://nevermined.app"

isActive
boolean

Whether the organization is active. If set to false, all members will also be deactivated.

Example:

true

cryptoFees
string

Fee percentage for crypto payments, multiplied by 10000 (e.g., 1500 = 15%)

Example:

"1500"

fiatFees
string

Fee percentage for fiat payments, multiplied by 10000 (e.g., 1500 = 15%)

Example:

"1500"

Response

Organization updated successfully