Workflow status times

Create a workflow status time for a feature

This requires activation on the account, please contact support@aha.io to request access.

post/features/{feature_id}/workflow_status_times

Path parameters

feature_idstring required

FeatureId identifier

Request body

Example request

{
  "workflow_status_time": {
    "started_at": "2019-01-01T00:00:00Z",
    "ended_at": "2019-01-01T00:00:00Z"
  }
}

Response

Successful operation

Changes