v1

latestOpenAPI 3.1.02026-07-2637098.0 KB

Add a deploy

Triggers tests for the site

post/deploys

Response

200

statusstring
deploy_idinteger
note_idinteger
site_idinteger
timestampinteger
messagestring
tests-requestedinteger

Example response

{
  "status": "success",
  "deploy_id": 2643141,
  "note_id": 2643141,
  "site_id": 299,
  "timestamp": 1632718449,
  "message": "A deployment has been added and testing is underway.",
  "info": {
    "tests-added": [
      {
        "test": "210927_QA_0018a0533831f93deca0c6c74820c5a9",
        "browser": "Apple iPad",
        "region": {
          "value": "ap-northeast-2"
        }
      }
    ],
    "tests-requested": 2
  },
  "tests-requested": 2
}