brash-solstice-49151
10/10/2023, 1:53 PMlemon-agent-27707
10/10/2023, 3:08 PMbrash-solstice-49151
10/10/2023, 3:09 PMlemon-agent-27707
10/10/2023, 5:03 PMbrash-solstice-49151
10/11/2023, 7:54 AM<https://api.pulumi.com/api/preview/{org}/{project}/{stack}/deployment/settings>
And I just get this response
{
"code": 404,
"message": "Not Found: stack '{project}/{stack}' not found"
}
Obviously with project
and stack
populated. Any ideas?microscopic-furniture-52860
10/11/2023, 12:43 PMSettings -> Deployments
tab. Is there anything weโre missing?lemon-agent-27707
10/11/2023, 2:30 PM<https://app.pulumi.com/{}/settings/integrations>
page?/preview/
from your API call?microscopic-furniture-52860
10/11/2023, 2:33 PMbrash-solstice-49151
10/11/2023, 2:34 PM/preview/
pathlemon-agent-27707
10/11/2023, 2:40 PMinstall the pulumi github app button
<https://api.pulumi.com/api/preview/{org}/{project}/{stack}/deployment/settings>
But you need to use:
<https://api.pulumi.com/api/stacks/{org}/{project}/{stack}/deployment/settings>
I believe that matches what is in the docs here: https://www.pulumi.com/docs/pulumi-cloud/deployments/api/#get-settingsbrash-solstice-49151
10/11/2023, 2:48 PM<https://api.pulumi.com/api/stacks/{org}/{project}/{stack}/deployments/settings>
lemon-agent-27707
10/11/2023, 3:02 PMbrash-solstice-49151
10/11/2023, 3:03 PMlemon-agent-27707
10/11/2023, 3:04 PMcurl '<https://api.pulumi.com/api/stacks/{orgname}/{project}/{stacks}/deployments/settings>' \
-H 'Authorization: token pul-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' \
-H 'Content-Type: application/json' \
--compressed
brash-solstice-49151
10/11/2023, 3:04 PMlemon-agent-27707
10/11/2023, 3:08 PMcopy as CURL
and run that?
Do you still get a 404?brash-solstice-49151
10/11/2023, 3:13 PMmicroscopic-furniture-52860
10/11/2023, 3:42 PMlemon-agent-27707
10/11/2023, 4:17 PMbrash-solstice-49151
10/11/2023, 4:21 PMmicroscopic-furniture-52860
10/11/2023, 4:39 PMlemon-agent-27707
10/11/2023, 4:51 PMbrash-solstice-49151
10/12/2023, 8:48 AM