Update Connection

Scopes
write:connection

Path Parameters

name
string
Zorunlu

Connection name

Request Body

provider
string
Zorunlu

Mevcut Değerler: 

type
string
Zorunlu

Mevcut Değerler: 

enabled
boolean
is_default
boolean
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.

Varsayılan Değer: 6

settings.
code_ttl
integer
min30
max
604800

The expiration of the generated code in seconds

Varsayılan Değer: 300

settings.
enabled_clients
array<string>
settings.
from
string

from field for your emails

Varsayılan Değer: "PlusAuth <[email protected]>"

settings.
region
string

AWS SES region.

settings.
secret_access_key
string

AWS SES secret access key.

PATCH
/connections/{name}
1
2
3
4
5
Loading...
Response:
200
Loading...

Response Body Schema

enabled
boolean
Zorunlu
name
string
Zorunlu

Connection name

provider
string
Zorunlu

Value: aws_ses

type
string
Zorunlu

Value: email

is_custom
boolean

Is connection using custom scripts

settings
object
Zorunlu
settings.
access_key_id
string
Zorunlu

AWS SES access key id.

settings.
enabled_clients
array<string>
Zorunlu
settings.
from
string
Zorunlu

from field for your emails

Varsayılan Değer: "PlusAuth <[email protected]>"

settings.
region
string
Zorunlu

AWS SES region.

settings.
secret_access_key
string
Zorunlu

AWS SES secret access key.

settings.
code_length
integer
min3
max
48

The length of the OTP code.

Varsayılan Değer: 6

settings.
code_ttl
integer
min30
max
604800

The expiration of the generated code in seconds

Varsayılan Değer: 300