Examples

curl -H "Authorization: Basic BASE64_ENCODED_PUBLIC_KEY_AND_PRIVATE_KEY" -H "Content-Type: application/json" -X PUT -d '{"name":"Updated Fleet"}' https://[your-subdomain].trackdrive.com/api/v1/buyer_fleets/123456

Params

Param name
Description
Validations
name
Optional

The name of the buyer fleet.

Validations:

  • Must be a String

description
Optional

A description for this buyer fleet.

Validations:

  • Must be a String

user_fleet_id
Optional

A unique identifier for this fleet. Only lowercase letters, numbers, and underscores are allowed. This ID is used in system tokens to identify fleet membership.

Validations:

  • Must be a String