---
title: "Update Account Auto Complete Delay"
method: PATCH
path: "/public/v3/Accounts/{accountId}/autocompleteDelay"
tags: ["Accounts"]
---

# Update Account Auto Complete Delay

`PATCH /public/v3/Accounts/{accountId}/autocompleteDelay`

Update the auto complete delay value within an account.

## Path parameters

- `accountId` integer, required

## Request body

- AccountAutocompleteDelayRequest
  - `autocompleteShipmentDelayMinutes` integer — Specify the delay for when a shipment autocompletes once reaching its final stop. Values are in minutes and must be between 1 hour and two weeks. Default value is 1440.

## Response `204`

The account auto complete delay has been updated

## Other responses

- `400` — The account is not available
- `401` — Unauthorized

---

[API](https://skmtc.net/tive/apis/tive-public-api.md) · [All operations](https://skmtc.net/tive/apis/tive-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tive/tive-public-api/revisions/9a8d869e3cdc/schema)
