Update Fleet Task
Update Fleet Task
Path Parameters
id string required
Fleet Task UUID
application/json
Request Body required
The Body to Update Fleet Task
autocomplete_source string
driver_user_id integer
Possible values: >= 1
end_address_id integer
Possible values: >= 1
expected_departure_on date-time
is_autocomplete_on boolean
start_address_id integer
Possible values: >= 1
vehicle_id integer
Possible values: >= 1
Responses
- 200
- 400
- 401
- 403
- 404
OK
Bad Request
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
errors
errors_v2 object
formatted object
issues object[]
code string
expected
message string
path string[]
received
message string
{
"errors": {},
"errors_v2": {
"formatted": {},
"issues": [
{
"code": "string",
"expected": {},
"message": "string",
"path": [
"string"
],
"received": {}
}
]
},
"message": "string"
}
Unauthorized
Forbidden
Not Found
Loading...