Appearance
Update a table
OpenAPI specificationsput https://api.autopass.pro/rules-api/tables/{table_id}
Update the properties of a table.
Path parameters
table_id- Type:
string
Request body
Schema
| Attribute | Type | Example |
|---|---|---|
name | string | BEG Norauto/Wippers Norauto |
active | boolean | true |
Example
{
"name": "BEG Norauto/Wippers Norauto",
"active": true
}