v1

latestOpenAPI 3.1.0Payrails GmbH2026-07-2614905.7 MB
Vault Proxy Connections

Set live version of a connection

Set certain version of connection as live version or deactivates connection by removing current live version.

put/token/connections/{connectionId}/versions/live

Path parameters

connectionIdstring uuid required

Identifier of the resource in Payrails.

Request body

liveVersionIdstring nullable

ID of the version to make live or null if you want connection to have no live version (deactivate connection).

Response

Version that is set to live.

liveVersionIdstring uuid nullable required

The ID of the version that is set to live.

Example response

{
  "liveVersionId": "79c9eba7-5e67-4355-9883-497654a31b5a"
}