From 33b992f8b7ec8b0aef05e857edf261f916bb1051 Mon Sep 17 00:00:00 2001 From: Michael Yocca <19916665+mjyocca@users.noreply.github.com> Date: Thu, 21 Jul 2022 14:00:44 -0700 Subject: [PATCH] update changelog to include list runs query parameters (#73) * update changelog to include list runs query parameters * Update website/docs/cloud-docs/api-docs/changelog.mdx Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> --- website/docs/cloud-docs/api-docs/changelog.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/cloud-docs/api-docs/changelog.mdx b/website/docs/cloud-docs/api-docs/changelog.mdx index 841fb8d7b..835e00928 100644 --- a/website/docs/cloud-docs/api-docs/changelog.mdx +++ b/website/docs/cloud-docs/api-docs/changelog.mdx @@ -12,6 +12,7 @@ Keep track of changes to the API for Terraform Cloud and Terraform Enterprise. * Added the [Assessments](/cloud-docs/api-docs/assessments). * Updated [Workspace](/cloud-docs/api-docs/workspaces#create-a-workspace) and [Notification Configurations](/cloud-docs/api-docs/notification-configurations#notification-triggers) to account for assessments. +* Added new query parameter(s) to [List Runs endpoint](/cloud-docs/api-docs/run#list-runs-in-a-workspace). ### 2022-06-21 * Updated [Admin Organizations](/cloud-docs/api-docs/admin/organizations) endpoints with new `workspace-limit` setting. This is available in Terraform Enterprise v202207-1 and later.