Skip to main content

CreateSystemIntegrationRequest

Request to create a new system integration

config

Non-sensitive configuration

credentials

Credentials (will be encrypted before storage)

displayNamestringrequired

Human-readable display name

Example: MangaUpdates
enabledboolean

Whether to enable immediately

Example: false
integrationTypestringrequired

Integration type

Example: metadata_provider
namestringrequired

Unique integration name (alphanumeric with underscores)

Example: mangaupdates
CreateSystemIntegrationRequest
{
"displayName": "MangaUpdates",
"enabled": false,
"integrationType": "metadata_provider",
"name": "mangaupdates"
}