Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/pulumi-cloud/reference/deployments/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ curl -XGET -H "Content-Type: application/json" \

## Patch Settings

Patches the deployment settings associated with a stack.
Patches the deployment settings associated with a stack. If no Deployment Settings exist for a stack, this operation will create new Deployment Settings with the supplied values.

```plain
POST https://api.pulumi.com/api/stacks/{organization}/{project}/{stack}/deployments/settings
Expand Down
Loading