---
title: "Update a workflow status time"
method: PUT
path: "/workflow_status_times/{id}"
tags: ["Workflow status times"]
---

# Update a workflow status time

`PUT /workflow_status_times/{id}`

This API endpoint should be treated carefully as it could allow you to create invalid status transition times.
    It requires activation on the account. Please contact support@aha.io to request access. 

    If you are looking to only list the workflow status history on a record, you can do so like this:
    `/api/v1/<your-record-type>?fields=reference_num,workflow_status_times`

## Path parameters

- `id` string, required

## Request body

- WorkflowstatustimesPostRequest
  - `workflow_status_time` object
    - `started_at` string
    - `ended_at` string

## Response `200`

Successful operation

---

[API](https://skmtc.net/aha/apis/aha-api.md) · [All operations](https://skmtc.net/aha/apis/aha-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aha/aha-api/versions/6274be5aa6c5/schema)
