Deployments
Upload deployment archive
Consume a one-time proxied upload credential with a ZIP archive.
POST
/api/v1/deploy/uploads/{token}Authentication: the opaque token in the URL is the one-time credential. Do not add an account bearer token.
Parameters
tokenstringrequiredPathThe opaque, short-lived, one-time upload credential.
archiveZIP filerequiredBodyThe project ZIP in the archive multipart part.
Responses
202The upload was consumed and its aggregate deployment operation started.
400The request is invalid or contains an unsupported value.
413The ZIP exceeds the active upload transport limit.