From 085c36928b5829c9c148f32ea064be4c5bb96505 Mon Sep 17 00:00:00 2001 From: Michael Yocca Date: Tue, 19 Jul 2022 12:09:51 -0700 Subject: [PATCH 1/2] update changelog to include list runs query parameters --- 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..6aafc1ab3 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](/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. From 6a5df97c136be8d3a33a7fcf085459e74ee9bc4d Mon Sep 17 00:00:00 2001 From: Michael Yocca <19916665+mjyocca@users.noreply.github.com> Date: Thu, 21 Jul 2022 13:36:25 -0700 Subject: [PATCH 2/2] Update website/docs/cloud-docs/api-docs/changelog.mdx Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> --- website/docs/cloud-docs/api-docs/changelog.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/cloud-docs/api-docs/changelog.mdx b/website/docs/cloud-docs/api-docs/changelog.mdx index 6aafc1ab3..835e00928 100644 --- a/website/docs/cloud-docs/api-docs/changelog.mdx +++ b/website/docs/cloud-docs/api-docs/changelog.mdx @@ -12,7 +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](/cloud-docs/api-docs/run#list-runs-in-a-workspace) +* 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.