WP Engine · Example Payload

Createsshkey

SSH Key

Createsshkey 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": "createSshKey",
  "summary": "Add a new SSH key",
  "method": "POST",
  "path": "/ssh_keys",
  "tags": [
    "SSH Key"
  ],
  "parameters": {}
}