---
title: "NotificationRequest"
url: "https://developer.tesma.com/apis/tesma-platform-api-v1/versions/333907fb-f0a7-4e20-b01e-c9915c73321a/schemas/NotificationRequest"
---

> Full API specification: https://developer.tesma.com/apis/tesma-platform-api-v1/versions/333907fb-f0a7-4e20-b01e-c9915c73321a.md

# NotificationRequest

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: tesma
  version: v1
servers:
  - url: https://api.tesma.com
components:
  schemas:
    NotificationType:
      enum:
        - draftCollection
        - pendingConfirmation
        - updates
        - multiUpdateFinished
      type: string
    NotificationRequest:
      additionalProperties: false
      properties:
        type:
          $ref: "#/components/schemas/NotificationType"
        userId:
          format: int32
          type: integer
      type: object
```
