Axway · Example Payload

Amplify Platform Platform.App.Update Example

API ManagementEnterpriseIntegrationSecurity

Amplify Platform Platform.App.Update Example is an example object payload from Axway, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

appchanges

Example Payload

Raw ↑
{
  "app": {
    "guid": {},
    "name": {},
    "platform": {},
    "provider_guid": {},
    "source": {},
    "type": {}
  },
  "changes": [
    {
      "a": 0,
      "k": "example_value",
      "o": "example_value",
      "v": "example_value"
    }
  ]
}