saveConfigRecordById
Saves or creates a config record and returns the new record object.
Parameters
Example Usages
let newRecord = await brixxServerApi.saveConfigRecordById({
adrName: "John",
adrLastName: "Doe",
});Last updated