Skip to content

Convert file

OpenAPI specifications

post https://api.autopass.pro/rules-api/tables/{table_id}/convert-file

Verify the content of a csv file, then returns the transformed rules and their status.

Path parameters

table_id
  • Type: string

Request body

Empty body.

Responses

200 - Successfully converted the rules from the csv file.

400 - table_id must be an integer.

401 - Unauthorized.

404 - No table found for this table_id.