Comment on page
saveConfigRecordById
Saves or creates a config record and returns the new record object.
- 1.mode - Config name
- 2.id - Record Id
Create a new Record with 2 fields
let newRecord = await brixxServerApi.saveConfigRecordById({
adrName: "John",
adrLastName: "Doe",
});
Last modified 10mo ago