Skip to main content
PUT

Description

All fields are optional - only provided fields will be updated. Updating credentials will automatically invalidate the adapter cache. See POST endpoint for credential schema details. Authorization:
  • Required role: owner only

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

id
string<uuid>
required

Tenant provider configuration ID

Body

application/json
deliveryMethod
enum<string>

Delivery protocol to use

Available options:
SFTP,
FTP,
HTTP,
HTTPS,
AS2,
WebDAV
credentials
object

Credentials for SFTP/FTP delivery method

customSettings
object

Provider-specific custom settings

priority
integer

Priority for this provider (higher = preferred)

rateLimits
object

Rate limiting configuration

acknowledgementSettings
object

MDN/acknowledgement settings

isEnabled
boolean

Enable or disable this provider configuration

Response

Success

status
string
data
object