Appearance
Patch application exclusions
OpenAPI specificationspatch https://api.autopass.pro/vehicles/{id}/application-exclusions
Patch vehicle's application exclusions.
Path parameters
id- Type:
integer
Vehicle ID
Request body
Schema
| Attribute | Type | Example |
|---|---|---|
item | object | |
item.application_id | integer | |
item.blocked | boolean | |
item.created_at | string | |
item.delete | boolean | |
item.family_id | integer | |
item.family_name | string | |
item.position_name | string | |
item.reason | string | |
item.updated_at | string | |
item.vehicle_id | integer |
Example
[
{
"application_id": 42,
"blocked": true,
"created_at": "string",
"delete": true,
"family_id": 42,
"family_name": "string",
"position_name": "string",
"reason": "string",
"updated_at": "string",
"vehicle_id": 42
}
]