Skip to content

Commit

Permalink
Fix parameter type
Browse files Browse the repository at this point in the history
Co-authored-by: Luke Hoban <[email protected]>
  • Loading branch information
komalali and lukehoban committed Jun 20, 2024
1 parent 2a1ec18 commit c96292a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/pulumi-cloud/cloud-rest-api/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ POST /api/stacks/{organization}/{project}
|----------------|--------|------|--------------------------------------------------------------------------------------------------|
| `organization` | string | path | Organization name |
| `project` | string | path | Name of the project to create the stack under. If the project doesn't exist, it will be created. |
| `stackName` | string | path | Name of the stack being created. |
| `stackName` | string | body | Name of the stack being created. |

#### Example

Expand Down

0 comments on commit c96292a

Please sign in to comment.