Skip to main content

UserN8NCredentialUpdateRequest

Request to update user N8N credential

connection_name object

User-defined connection name

anyOf
string
n8n_url object

N8N instance URL

anyOf
string
api_key object

N8N API key

anyOf
string
is_active object

Whether credential is active

anyOf
boolean
UserN8NCredentialUpdateRequest
{
"connection_name": "string",
"n8n_url": "string",
"api_key": "string",
"is_active": true
}