Upsert organisation summary settings
PUT
/api/organisation/settings/summaryRequest body
Body shape: ObjectRequest (required)
Responses
/** Imported from delio-core. */
interface OrganisationSummarySettingResource {
/** label from delio-core. */
label?: unknown
/** email from delio-core. */
email?: unknown
/** email_label from delio-core. */
email_label?: unknown
}curl -X PUT https://your-url.com/kong/core/api/gateway/api/organisation/settings/summary\
-H "Authorization: Bearer $DELIO_API_KEY"\
-H "Content-Type: application/json"\
-d '{}'