WP Engine · Example Payload

Createinstall

Install

Createinstall 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": "createInstall",
  "summary": "Create a new WordPress installation",
  "method": "POST",
  "path": "/installs",
  "tags": [
    "Install"
  ],
  "parameters": {}
}