Projects
Deploy project
Promote a draft project to deploying
PUT
Only supported transition:
draft → deploying. Any other value for
status returns 400.
Path parameters
Headers
Body
Must equal
"deploying".Response
The updated project document.
Errors
| Status | Reason |
|---|---|
400 | status is not "deploying", or project not in draft |
404 | Project not found for this user |