SetIntegrationSecret
AuthorizationBearer <token>
JWT access token obtained via OAuth2 flow or service account
In: header
Header Parameters
Connect-Protocol-Version*number
Define the version of the Connect protocol
Value in
1Connect-Timeout-Ms?number
Define the timeout, in ms
Request Body
application/json
integrationId?string
Format
uuidname?string
Local name (e.g. "openai_api_key"). Steps reference as
${{ secrets.openai_api_key }}. Pattern matches our other
name-style validators.
Match
^[a-z][a-z0-9_]{0,63}$value?string
Plaintext. Upsert: setting an existing name overwrites; no version history v1. Max 64KB — covers PEMs / service-account JSONs.
Length
length <= 65536[key: string]?never
Response Body
application/json
application/json
curl -X POST "https://uploads-api.xeonr.io/uplim.api.v1.IntegrationSecretsService/SetIntegrationSecret" \ -H "Connect-Protocol-Version: 1" \ -H "Content-Type: application/json" \ -d '{}'{}{
"code": "not_found",
"message": "string",
"details": [
{
"type": "string",
"value": "string",
"debug": {}
}
]
}