WP Engine · Example Payload

Copyinstall

Install

Copyinstall is an example object payload from WP Engine, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdsummarymethodpathtagsparameters

Example Payload

Raw ↑
{
  "operationId": "copyInstall",
  "summary": "Copy the full file system and database from one WordPress installation to another",
  "method": "POST",
  "path": "/install_copy",
  "tags": [
    "Install"
  ],
  "parameters": {}
}