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:
MangaUpdatesenabledboolean
Whether to enable immediately
Example:
falseintegrationTypestringrequired
Integration type
Example:
metadata_providernamestringrequired
Unique integration name (alphanumeric with underscores)
Example:
mangaupdatesCreateSystemIntegrationRequest
{
"displayName": "MangaUpdates",
"enabled": false,
"integrationType": "metadata_provider",
"name": "mangaupdates"
}