Update an organisation setting

PUT/api/organisation/settings

Request body

Body shape: ObjectRequest (required)

Responses

200Setting updated.ObjectResponse
{}
401Unauthorized.Error
403Forbidden.Error
422Validation error.Error
curl -X PUT https://your-url.com/kong/core/api/gateway/api/organisation/settings\
  -H "Authorization: Bearer $DELIO_API_KEY"\
  -H "Content-Type: application/json"\
  -d '{}'