Skip to content

Commit f792f65

Browse files
committed
Fix spelling mistake in Stacks API documentation
1 parent 8656e62 commit f792f65

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)