create deployment on existing project (platform api)
I want to provision new dev deployments for existing projects using team access tokens. Here's what I found in the docs:
create_project docs say Create a new project on a team and provision a dev or prod deploymentNot or, and- sounds like this can't be used for a new deployment on an existing project
create_deploy_key docs only have a
deployment_name parameter, which I infer to mean an existing deployment. Based on my review of the openapi spec I think this feature must either be undocumented / missing from the spec or missing. Would appreciate a clarification on which it is, and request it be added if it doesn't exist!
(workaround I'll probably try is making a new project every time I need a new dev deployment... but this is sad for various reasons)


