ReferenceV1
Update Connection
Path Parameters
connection_id*string
Format
uuidHeader Parameters
authorization?|
X-API-Key?|
Cookie Parameters
vai_token?|
Request Body
application/json
config?|
credentials?|
name?|
slug?|
Response Body
application/json
application/json
curl -X PATCH "https://loading/api/v1/connections/497f6eca-6276-4993-bfeb-53cbbbba6f08" \ -H "Content-Type: application/json" \ -d '{}'{
"config": {},
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string",
"hasCredentials": true,
"id": "string",
"isDefault": true,
"isFromTemplate": true,
"lastUsedAt": "2019-08-24T14:15:22Z",
"lastVerifiedAt": "2019-08-24T14:15:22Z",
"name": "string",
"provider": "string",
"slug": "string",
"status": "needs_verification",
"templateId": "string",
"updatedAt": "2019-08-24T14:15:22Z",
"updatedBy": "string",
"verificationError": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}