Updates the import with file delimiters
Updates the delimiter settings for an import.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
db_id
ID of the database that the import belongs to
import_id
ID of the import
Headers
x-api-key
Request
The delimiter settings
enclosure
The character used to wrap each column (defaults to double quote)
Allowed values:
encoding
The character encoding of the file
Allowed values:
escaper
The character used to escape characters (defaults to double quote)
Allowed values:
line_terminator
The character used to define new lines
Allowed values:
separator
The separator character between columns
Allowed values:
Response
Successful operation