Changes to POST /api/database/tables/:table_id/import/async

POST /api/database/tables/{table_id}/import/async/

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 2 of the 6 revisions of this API.4

  1. f3396317d9323
  2. ea4a3480f8d31

What changed

    • added the new optional request property configuration/import_fields (media type: application/json)

      new-optional-request-property

    • added the new optional request property configuration/import_fields (media type: application/x-www-form-urlencoded)

      new-optional-request-property

    • added the new optional request property configuration/import_fields (media type: multipart/form-data)

      new-optional-request-property

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the optional property error_code to the response with the 202 status

      response-optional-property-added