---
title: "UpdateSubscriptionEventsRecord"
url: "https://earlyaccess.developers.bynder.com/apis/webhooks-api/versions/876c7972-129f-4814-b12a-964ddc49f2b6/schemas/UpdateSubscriptionEventsRecord"
---

> Full API specification: https://earlyaccess.developers.bynder.com/apis/webhooks-api/versions/876c7972-129f-4814-b12a-964ddc49f2b6.md

# UpdateSubscriptionEventsRecord

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: webhooks-api
  version: 1.0.0
servers:
  - description: Local Development
    url: http://0.0.0.0:8081
components:
  schemas:
    UpdateSubscriptionEventsRecord:
      properties:
        configId:
          type: string
        events:
          items:
            type: string
          type: array
        portalId:
          type: string
      required:
        - configId
        - events
        - portalId
      type: object
```
