Add new connection
Creates the new connection in the xpipe vault from raw json data. This can also perform an optional validation first to make sure that the connection can be established. If an equivalent connection already exists, no new one will be added.
Authorization
Authorization
RequiredBearer <token>The bearer token used is the session token that you receive from the handshake exchange.
In: header
Request Body
application/json
Requiredname
RequiredstringThe connection name
data
RequiredobjectThe raw connection store data. Schemas for connection types are not documented, but you can find the connection data of your existing connections in the xpipe vault.
validate
RequiredbooleanWhether to perform a connection validation before adding it, i.e., probe the connection first. If validation is enabled and fails, the connection will not be added
category
stringThe category uuid to put the connection in. If not specified, the default category will be used
The request was successful. The connection was added.