Org Update

Authentication

AuthorizationBearer

Bearer token authentication using JWT tokens from Ory Kratos/Hydra

Path Parameters

org_idstringRequiredformat: "uuid"

Request

This endpoint expects an object.
namestring or nullOptionalformat: "^[a-zA-Z0-9\-_ ]+$"
Organization name
contact_emailstring or nullOptionalformat: "email"
low_credit_alertsboolean or nullOptional
usage_based_pricing_enabledboolean or nullOptional

Response

Successful Response
namestring
contact_emailstringformat: "email"
idstringformat: "uuid"
avatar_urlstring or null
public_metadatamap from strings to strings or null
low_credit_alertsboolean or nullDefaults to false
usage_based_pricing_enabledboolean or nullDefaults to false
planenum or null
Allowed values:
plan_statusenum or null
Allowed values:
plan_intervalenum or null
Allowed values:
pending_planenum or null
Allowed values:
pending_plan_intervalenum or null
Allowed values:
pending_plan_datestring or nullformat: "date-time"
trial_ends_atstring or nullformat: "date-time"
grace_period_ends_atstring or nullformat: "date-time"
auto_topup_configmap from strings to any or null
accountobject or null

Errors