paris
03/22/2023, 9:02 AMcurl --request POST '<http://localhost:4141/api/plan>' \
--header 'X-Atlantis-Token: hello123' \
--header 'Content-Type: application/json' \
--data-raw '{
"Repository": "demo-org/demo-repo",
"Ref": "demo-branch",
"Type": "Github",
"PR": 123,
"Paths": [{
}]
}'
is not quite working.
Anybody able to use the API successfully that could share some tips?
This is on a locally running AtlantisPePe Amengual
03/22/2023, 3:41 PMparis
03/23/2023, 8:34 AMPePe Amengual
03/23/2023, 3:33 PM