Skip to content

Commit 9c750c3

Browse files
Apply suggestion from @trujillo-adam
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
1 parent d130d1d commit 9c750c3

File tree

1 file changed

+2
-2
lines changed
  • content/terraform-docs-common/docs/cloud-docs/api-docs

1 file changed

+2
-2
lines changed

content/terraform-docs-common/docs/cloud-docs/api-docs/projects.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,8 @@ This endpoint supports pagination [with standard URL query parameters](/terrafor
334334
| `filter[permissions][create-workspace]` | **Optional.** If present, returns a list of projects that the authenticated user can create workspaces in. |
335335
| `filter[permissions][move-stack]` | **Optional.** If present, returns a list of projects that the authenticated user can move Stacks between. Only available in HCP Terraform. |
336336
| `filter[permissions][update]` | **Optional.** If present, returns a list of projects that the authenticated user can update. |
337-
| `filter[tagged][i][key]` | **Optional.** If specified, restricts results to projects that are tagged with the provided key. Use a value of "0" for `i` if you are only using a single filter. For multiple tag filters, use an incrementing integer value for each filter. Multiple tag filters will be combined together with a logical AND when filtering results. |
338-
| `filter[tagged][i][value]` | **Optional.** If specified, restricts results to projects that are tagged with the provided value. This is useful when combined with a `key` filter for more specificity. Use a value of "0" for `i` if you are only using a single filter. For multiple tag filters, use an incrementing integer value for each filter. Multiple tag filters will be combined together with a logical AND when filtering results. |
337+
| `filter[tagged][i][key]` | **Optional.** If specified, restricts results to projects that are tagged with the provided key. Use a value of `"0"` for `i` if you are only using a single filter. For multiple tag filters, use an incrementing integer value for each filter. HCP Terraform combines multiple tag filters with a logical `AND` when filtering results. |
338+
| `filter[tagged][i][value]` | **Optional.** If specified, restricts results to projects that are tagged with the provided value. This is useful when combined with a `key` filter for more specificity. Use a value of `"0"` for `i` if you are only using a single filter. For multiple tag filters, use an incrementing integer value for each filter. HCP Terraform combines multiple tag filters with a logical `AND` when filtering results. |
339339
| `sort` | **Optional.** Allows sorting the organization's projects by `"name"`. Prepending a hyphen to the sort parameter reverses the order. For example, `"-name"` sorts by name in reverse alphabetical order. If omitted, the default sort order is arbitrary but stable. |
340340

341341
### Sample Request

0 commit comments

Comments
 (0)