validateOptions
validate user options on your integration before they save them
Summary
Parameters
userOptions
// example userOptions
{
apiKey: {
key : "apiKey",
name : "Sample API Key",
description : "The API Key for your Sample Integration",
type : "text",
default : "",
userCanEdit : true,
adminOnly : false,
value: "jkasdiojasio1j23oij123"
}
}callback(error, validationErrors)
error
validationErrors
Example
Last updated