Appearance
Create a new table
OpenAPI specificationspost https://api.autopass.pro/rules-api/tables
Creation of a new table with a set of rules.
Request body
Schema
| Attribute | Type | Example |
|---|---|---|
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
}