Saves or creates a config record and returns the new record object.
Last updated 2 years ago
mode - Config name
id - Record Id
Create a new Record with 2 fields
let newRecord = await brixxServerApi.saveConfigRecordById({ adrName: "John", adrLastName: "Doe", });
See also client side api