Ampersand · Example Payload

Ampersand Api Json Patch Operation Example

Developer ToolsIntegrationsPlatformSaaSOAuthData SyncWebhooks

Ampersand Api Json Patch Operation Example is an example object payload from Ampersand, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

oppathvalue

Example Payload

Raw ↑
{
  "op": "replace",
  "path": "/schedule",
  "value": "*/10 * * * *"
}