Fleet
Update
Update a fleet by ID.
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique identifier for the fleet.
Body
application/json
The unique identifier for the fleet.
The title of the fleet.
Indicates whether the fleet is active.
A list of region IDs associated with the fleet.
Additional information about the customer.
Response
200
application/json
Successful response
The unique identifier for the fleet.
The title of the fleet.
Indicates whether the fleet is active.
A list of regions associated with the fleet.
Additional information about the customer.