curl --request PATCH \
--url https://api.icepanel.io/v1/organizations/{organizationId} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '
{
"aiFeatures": {
"generateDetailedDescriptions": true,
"generateDisplayDescriptions": true,
"generateDraftSummary": true,
"generateObjectSummary": true
},
"aiFeaturesEnabled": true,
"billingCurrency": "usd",
"billingCycle": "monthly",
"billingEmail": "<string>",
"experiments": {},
"language": "en-US",
"lineShapeDefault": "curved",
"name": "<string>",
"shareLinkAuthDomains": [
"<string>"
],
"shareLinksEnabled": true
}
'{
"organization": {
"lineShapeDefault": "curved",
"name": "<string>",
"shareLinkAuthDomains": [
"<string>"
],
"shareLinksEnabled": true,
"autoInviteDomains": [
"<string>"
],
"billingPaymentMethod": true,
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "user",
"createdById": "<string>",
"id": "<string>",
"plan": "free",
"seats": 123,
"status": "active",
"updatedAt": "2023-11-07T05:31:56Z",
"updatedBy": "user",
"updatedById": "<string>",
"userIds": [
"<string>"
],
"users": {},
"aiFeatures": {
"generateDetailedDescriptions": true,
"generateDisplayDescriptions": true,
"generateDraftSummary": true,
"generateObjectSummary": true
},
"aiFeaturesEnabled": true,
"billingCurrency": "usd",
"billingCycle": "monthly",
"billingEmail": "<string>",
"experiments": {},
"language": "en-US",
"billingCollectionMethod": "charge",
"cancelAt": "2023-11-07T05:31:56Z",
"canceledAt": "2023-11-07T05:31:56Z",
"planEndsAt": "2023-11-07T05:31:56Z",
"trialEndsAt": "2023-11-07T05:31:56Z"
}
}curl --request PATCH \
--url https://api.icepanel.io/v1/organizations/{organizationId} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '
{
"aiFeatures": {
"generateDetailedDescriptions": true,
"generateDisplayDescriptions": true,
"generateDraftSummary": true,
"generateObjectSummary": true
},
"aiFeaturesEnabled": true,
"billingCurrency": "usd",
"billingCycle": "monthly",
"billingEmail": "<string>",
"experiments": {},
"language": "en-US",
"lineShapeDefault": "curved",
"name": "<string>",
"shareLinkAuthDomains": [
"<string>"
],
"shareLinksEnabled": true
}
'{
"organization": {
"lineShapeDefault": "curved",
"name": "<string>",
"shareLinkAuthDomains": [
"<string>"
],
"shareLinksEnabled": true,
"autoInviteDomains": [
"<string>"
],
"billingPaymentMethod": true,
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "user",
"createdById": "<string>",
"id": "<string>",
"plan": "free",
"seats": 123,
"status": "active",
"updatedAt": "2023-11-07T05:31:56Z",
"updatedBy": "user",
"updatedById": "<string>",
"userIds": [
"<string>"
],
"users": {},
"aiFeatures": {
"generateDetailedDescriptions": true,
"generateDisplayDescriptions": true,
"generateDraftSummary": true,
"generateObjectSummary": true
},
"aiFeaturesEnabled": true,
"billingCurrency": "usd",
"billingCycle": "monthly",
"billingEmail": "<string>",
"experiments": {},
"language": "en-US",
"billingCollectionMethod": "charge",
"cancelAt": "2023-11-07T05:31:56Z",
"canceledAt": "2023-11-07T05:31:56Z",
"planEndsAt": "2023-11-07T05:31:56Z",
"trialEndsAt": "2023-11-07T05:31:56Z"
}
}AI features that are enabled for the organization
Show child attributes
Whether to enable all AI features for the organization
usd, cad, eur, gbp monthly, annually Show child attributes
en-US, en-GB, fr-FR, es-ES, es-419 curved, straight, square OK
Show child attributes