From d6393e3a803fb785b869d16acb175ed703fa6e6a Mon Sep 17 00:00:00 2001 From: Abhinav Tripathi Date: Thu, 24 Jul 2025 12:46:51 +0530 Subject: [PATCH] Update projects.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The JSON syntax for the sample payload contains unwanted comma in the section "Create a Project" --- .../terraform-docs-common/docs/cloud-docs/api-docs/projects.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/terraform-docs-common/docs/cloud-docs/api-docs/projects.mdx b/content/terraform-docs-common/docs/cloud-docs/api-docs/projects.mdx index 3c6fb9f1f5..733443ed72 100644 --- a/content/terraform-docs-common/docs/cloud-docs/api-docs/projects.mdx +++ b/content/terraform-docs-common/docs/cloud-docs/api-docs/projects.mdx @@ -115,7 +115,7 @@ Properties without a default value are required. "key": "environment", "value": "development" } - }, + } ] } }