---
title: "Changes to Start a connector route run"
method: POST
path: "/routes/{routeId}/runs"
---

# Changes to Start a connector route run

`POST /routes/{routeId}/runs`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 1 of 2 revisions.

- **2026-07-17** `60cb8c70871b` — 6 breaking, 4 warning, 10 info

## Changes

- **2026-07-17** `60cb8c70871b` — 6 breaking, 4 warning, 10 info
  - removed the enum value `EXTERNALLY_INITIATED_READ_FROM_VDX` of the request property `exchangeMode`
  - removed the enum value `EXTERNALLY_INITIATED_WRITE_INTO_VDX` of the request property `exchangeMode`
  - added the pattern `^sha256:[0-9a-f]{64}$` to the request property `governance/integrity/canonicalPayloadHash`
  - added the pattern `^sha256:[0-9a-f]{64}$` to the request property `governance/integrity/originalPayloadHash`
  - added the pattern `^sha256:[0-9a-f]{64}$` to the request property `governance/integrity/outputManifestHash`
  - added the pattern `^sha256:[0-9a-f]{64}$` to the request property `governance/integrity/transformationHash`
  - added the new `EXTERNALLY_INITIATED_READ` enum value to the `exchangeMode` response property for the response status `202`
  - added the new `EXTERNALLY_INITIATED_WRITE` enum value to the `exchangeMode` response property for the response status `202`
  - added the new `INBOUND` enum value to the `dataDirection` response property for the response status `202`
  - added the new `OUTBOUND` enum value to the `dataDirection` response property for the response status `202`
  - added the new `EXTERNALLY_INITIATED_READ` enum value to the request property `exchangeMode`
  - added the new `EXTERNALLY_INITIATED_WRITE` enum value to the request property `exchangeMode`
  - removed the `EXTERNALLY_INITIATED_READ_FROM_VDX` enum value from the `exchangeMode` response property for the response status `202`
  - removed the `EXTERNALLY_INITIATED_WRITE_INTO_VDX` enum value from the `exchangeMode` response property for the response status `202`
  - removed the `INTO_VDX` enum value from the `dataDirection` response property for the response status `202`
  - removed the `OUT_OF_VDX` enum value from the `dataDirection` response property for the response status `202`
  - the `governance/integrity/canonicalPayloadHash` response's property pattern `^sha256:[0-9a-f]{64}$` was added for the status `202`
  - the `governance/integrity/originalPayloadHash` response's property pattern `^sha256:[0-9a-f]{64}$` was added for the status `202`
  - the `governance/integrity/outputManifestHash` response's property pattern `^sha256:[0-9a-f]{64}$` was added for the status `202`
  - the `governance/integrity/transformationHash` response's property pattern `^sha256:[0-9a-f]{64}$` was added for the status `202`

---

[Operation](https://skmtc.dev/sphereon-opensource/apis/connector-integration-profile-api/docs/routes/:routeId/runs/post.md) · [API](https://skmtc.dev/sphereon-opensource/apis/connector-integration-profile-api.md) · [Page](https://skmtc.dev/sphereon-opensource/apis/connector-integration-profile-api/changes/routes/:routeId/runs/post)
