latestSwagger 2.02026-08-1095121164.0 KB

94758829689e

sites

Merge Multidev to Dev

Merges a multidev environment into the dev environment.

post/v0/sites/{site_id}/environments/dev/merge

Path parameters

site_idstring required

Site UUID

Request body

from_environmentstring required

The multidev environment to merge from

updatedbboolean

Run update.php after merging (Drupal)

Example request

{
  "from_environment": "feature-branch"
}

Response

active_descriptionstring

Active description of the workflow

idstring required

Workflow ID

number_of_tasksinteger

Number of tasks in the workflow

Example response

{
  "active_description": "Creating database backup",
  "id": "12345678-1234-1234-1234-123456789012",
  "number_of_tasks": 5
}