Skip to content

Support optional name for DataImport

A DataImport model should have an optional name (defaults to None).

  • The ListDataImports endpoint must have that name in its payload.
  • The UpdateDataImport endpoint must support an optional name to be set
  • The RetrieveDataImport endpoint must have that name in its payload.

Refs https://gitlab.com/arkindex/requests/-/issues/158

Edited by Bastien Abadie