OptionalapiOptionalauditOptionalauditCan be used to provide a comment from the user that will be attached to certain detailed audit log records.
OptionalautoFlag that specifies if row data should be parsed and transformed into FormData when File data is present. Defaults to false. This is useful for endpoints that support File data. The client-side supports parsing and transforming the request payload into FormData for handling File data.
OptionalcontainerThe container path in which the schema and query name are defined. If not supplied, the current container path will be used.
OptionalextraExperimental: Optional extra context object passed into the transformation/validation script environment.
OptionalfailureThis will be called upon failure to complete a request.
OptionalformFormData or Object consumable by FormData that can be used to POST key/value pairs of form information. For more information, see FormData documentation. Note that if both form and rows are provided, the form object will be used.
Name of a query table associated with the chosen schema. See also: How To Find schemaName, queryName & viewName.
OptionalrowOptionalrowsArray of record objects in which each object has a property for each field. The row data array needs to include only the primary key column value, not all columns. Note that if both form and rows are provided, the form object will be used.
Name of a schema defined within the current container. See also: How To Find schemaName, queryName & viewName.
OptionalscopeA scoping object for the success and failure callback functions (default to this).
OptionalskipWhether the full detailed response for the update/insert rows can be skipped. Defaults to false.
OptionalsuccessThis will be called upon successfully completing a request.
OptionaltimeoutThe maximum number of milliseconds to allow for this operation before generating a timeout error (defaults to 30000).
OptionaltransactedWhether all of the deletes should be done in a single transaction, so they all succeed or all fail. Defaults to true.
Can be used to override the audit behavior for the table the query is acting on. See AuditBehaviorTypes.