Skip to content

Commit 3145425

Browse files
authored
Fix typo in Stacks API documentation (#1199)
## Description :ticket: [TF-30954](https://hashicorp.atlassian.net/browse/TF-30954) This PR fixes a typo in the Stacks API documentation. ### Requested review scope: - [x] Content touched by the PR _only_ (typos, clarifications, tips) - [ ] Code test (command and code block changes) - [ ] Flow and language near changes (new/rearranged steps) - [ ] Review everything (rewrites, major changes) ### Review urgency: - [ ] ASAP (bug fixes, broken content, imminent releases) - [x] 3 days (small changes, easy reviews) - [ ] 1 week (default) - [ ] Best effort (very non-urgent) ## All updates: I have: - [x] Verified that all status checks have passed - [x] Verified that preview environment has successfully deployed - [x] Verified appropriate `label` applied (`hcp` + `product name`) - [x] Added all required reviewers (code owners and external) [TF-30954]: https://hashicorp.atlassian.net/browse/TF-30954?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
2 parents 230ac3c + f792f65 commit 3145425

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

content/terraform-docs-common/docs/cloud-docs/api-docs/stacks/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The scope of the API includes the following endpoints:
4747
| Method | Path | Action |
4848
|----------|-------------------------------------------------- |------------------------------------------------------------------------------------------------------------|
4949
| `POST` | `/stacks` | Call this endpoint to [create a Stack](#create-a-stack). |
50-
| `GET` | `/organizations/:organization_name/ss` | Call this endpoint to [list Stacks](#list-stacks). |
50+
| `GET` | `/organizations/:organization_name/stacks` | Call this endpoint to [list Stacks](#list-stacks). |
5151
| `GET` | `/stacks/:stack_id` | Call this endpoint to [show a Stack](#show-a-stack). |
5252
| `GET` | `/stacks/:stack_id/stack-configuration-summaries` | Call this endpoint to [list Stack configuration summaries](#list-stack-configuration-summaries). |
5353
| `PATCH` | `/stacks/:stack_id` | Call this endpoint to [update a Stack](#update-a-stack). |

0 commit comments

Comments
 (0)