---
title: "PublishIntegrationBody"
description: "Request body for an Integration operation."
section: "Reference"
group: "Types"
order: 129
---

## Definition

```ts
interface PublishIntegrationBody {
  version: string;
  changelog?: string | undefined;
}
```

## Fields

| Field       | Type                  | Notes                                                             |
| ----------- | --------------------- | ----------------------------------------------------------------- |
| `version`   | `string`              | `required` — Semver string. Must be greater than current_version. |
| `changelog` | `string \| undefined` | `optional`                                                        |
