UserN8NCredentialUpdateRequest
Request to update user N8N credential
connection_name object
User-defined connection name
- string
- null
string
n8n_url object
N8N instance URL
- string
- null
string
api_key object
N8N API key
- string
- null
string
is_active object
Whether credential is active
- boolean
- null
boolean
UserN8NCredentialUpdateRequest
{
"connection_name": "string",
"n8n_url": "string",
"api_key": "string",
"is_active": true
}