Skip to content
No results found.

Update Connection

Scopes
write:connection

Path Parameters

name
string
Required

Connection name

Request Body

created_at
string

Creation date in the ISO 8601 format according to universal time.

enabled
boolean
is_custom
boolean

Is connection using custom scripts

is_default
boolean
name
string
length
0-64

Connection name

provider
string
Available Values: 
aws_ses
aws_sespostmarksendgridsmtp
type
string
Available Values: 
email
emailsmssocialenterprisepush
updated_at
string

Update date in the ISO 8601 format according to universal time.

settings
object
settings.
access_key_id
string

AWS SES access key id.

settings.
code_length
integer
min3
max
48

The length of the OTP code.

Default Value: 6

settings.
code_ttl
integer
min60
max
600

The expiration of the generated code in seconds

Default Value: 300

settings.
enabled_clients
array<string>
settings.
from
string
length
0-512

from field for your emails

Default Value: "PlusAuth <[email protected]>"

settings.
region
string

AWS SES region.

settings.
secret_access_key
string

AWS SES secret access key.

PATCH
/connections/{name}
cURL
cURLC#DartGoJavaJavaScriptPHPPythonRubyRustSwift
1
2
3
4
5
Loading...
Response
200
200
Loading...

Response Body Schema

enabled
boolean
Required
name
string
Required
length
0-64

Connection name

provider
string
Required

Value: aws_ses

type
string
Required

Value: email

created_at
string

Creation date in the ISO 8601 format according to universal time.

is_custom
boolean

Is connection using custom scripts

updated_at
string

Update date in the ISO 8601 format according to universal time.

settings
object
Required
settings.
access_key_id
string
Required

AWS SES access key id.

settings.
code_length
integer
Required
min3
max
48

The length of the OTP code.

Default Value: 6

settings.
code_ttl
integer
Required
min60
max
600

The expiration of the generated code in seconds

Default Value: 300

settings.
enabled_clients
array<string>
Required
settings.
from
string
Required
length
0-512

from field for your emails

Default Value: "PlusAuth <[email protected]>"

settings.
region
string
Required

AWS SES region.

settings.
secret_access_key
string
Required

AWS SES secret access key.