CircleCI-Archived / api-preview-docs

In-progress docs about the pre-release preview of CircleCI API v2
72 stars 39 forks source link

Pipeline updated_at field not actually updating #87

Open schuylerfried opened 4 years ago

schuylerfried commented 4 years ago

Hi,

This may just be that I don't really understand the updated_at field within a pipeline, but when I restart a workflow within a pipeline, the updated_at value doesn't change... It would be nice if this changed if any one of its descendants (workflow or job within the pipeline) changed status themselves. It would also be nice if the .../pipeline endpoint returned a list of pipelines sorted based on a query parameter. For instance, I'd sort based on updated_at vs. created_at. Any suggestions?

Schuyler