updateConnection
PUT /v5/user/connections
PUT
/v5/user/connections
Update a connection
Request Body
object
agentId
The id of agent that created the resource
string
createdAt
The creation timestamp, in milliseconds
string
dateAddedMs
string
email
string
id
string
logo
string
name
string
properties
object
key
additional properties
string
type
string
updatedAt
The last update timestamp, in milliseconds
string
userId
string
uuid
string
Example
{ "agentId": "string", "createdAt": "1592000000000", "dateAddedMs": "string", "email": "string", "id": "string", "logo": "string", "name": "string", "properties": { "key": "value" }, "type": "APP", "updatedAt": "1592000000000", "userId": "string", "uuid": "string"}Responses
200
A Connection response
object
agentId
The id of agent that created the resource
string
createdAt
The creation timestamp, in milliseconds
string
dateAddedMs
string
email
string
id
string
logo
string
name
string
properties
object
key
additional properties
string
type
string
updatedAt
The last update timestamp, in milliseconds
string
userId
string
uuid
string
Example
{ "agentId": "string", "createdAt": "1592000000000", "dateAddedMs": "string", "email": "string", "id": "string", "logo": "string", "name": "string", "properties": { "key": "value" }, "type": "APP", "updatedAt": "1592000000000", "userId": "string", "uuid": "string"}