Skip to content

Create a new table

OpenAPI specifications

post https://api.autopass.pro/rules-api/tables

Creation of a new table with a set of rules.

Request body

Schema

AttributeTypeExample
name
string
BEG Norauto/Wippers Norauto
description
string
Description d'une table
rule_type_id
integer
1
family_id
integer
1

Example

{
  "name": "BEG Norauto/Wippers Norauto",
  "description": "Description d'une table",
  "rule_type_id": 1,
  "family_id": 1
}

Responses

201 - Successfully created the table.

400 - Request body could not be read properly.

401 - Unauthorized.