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

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

# ApplicationParameterPatchRequest

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: tesma
  version: v1
servers:
  - url: https://api.tesma.com
components:
  schemas:
    ApplicationParameterPatchRequest:
      additionalProperties: false
      properties:
        booleanValue:
          type: boolean
        datetimeValue:
          format: date-time
          type: string
        floatValue:
          format: double
          type: number
        integerValue:
          format: int64
          type: integer
        stringValue:
          type: string
      type: object
```
