PublishIntegrationBody
Request body for an Integration operation.
Definition
TypeScript
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 |