Auth0 Node.js SDK - v5.0.0
Preparing search index...
management
Management
FlowActionAirtableUpdateRecordParams
Interface FlowActionAirtableUpdateRecordParams
interface
FlowActionAirtableUpdateRecordParams
{
connection_id
:
string
;
base_id
:
string
;
table_name
:
string
;
record_id
:
string
;
fields
?:
FlowActionAirtableUpdateRecordParamsFields
;
}
Index
Properties
connection_
id
base_
id
table_
name
record_
id
fields?
Properties
connection_
id
connection_id
:
string
base_
id
base_id
:
string
table_
name
table_name
:
string
record_
id
record_id
:
string
Optional
fields
fields
?:
FlowActionAirtableUpdateRecordParamsFields
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
connection_
id
base_
id
table_
name
record_
id
fields
Auth0 Node.js SDK - v5.0.0
Loading...