Skip to content

Update a table

OpenAPI specifications

put https://api.autopass.pro/rules-api/tables/{table_id}

Update the properties of a table.

Path parameters

table_id
  • Type: string

Request body

Schema

AttributeTypeExample
name
string
BEG Norauto/Wippers Norauto
active
boolean
true

Example

{
  "name": "BEG Norauto/Wippers Norauto",
  "active": true
}

Responses

200 - Successfully modified the table.

400 - table_id must be an integer.

401 - Unauthorized.

404 - No table found for this table_id.