Ampersand · Example Payload

Ampersand Api Patch Jwt Key Request Example

Developer ToolsIntegrationsPlatformSaaSOAuthData SyncWebhooks

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

Top-level fields

updateMaskjwtKey

Example Payload

Raw ↑
{
  "updateMask": [
    "active",
    "label"
  ],
  "jwtKey": {
    "active": false,
    "name": "updated-key-name"
  }
}