Update Multiple Settings
Updates multiple portal configuration settings in a single request for a specific customer.
Authentication
Requires a valid customer bearer token.
Path Parameters
Numeric identifier of the customer to update settings for.
Request Body
Array or object of setting name/value pairs to update.
Response
Returns a 200 OK on success.
TypeScript Integration
import endpoints from '@/api/endpoints'
await httpClient.put(endpoints.settings.setMany(42), settingsData)