UpdateIntegrationSchema
name object
anyOf
- string
- null
string
Possible values: <= 255 characters
description object
anyOf
- string
- null
string
config object
anyOf
- object
- null
object
tags object
anyOf
- string[]
- null
Array [
string
]
is_active object
anyOf
- boolean
- null
boolean
UpdateIntegrationSchema
{
"name": "string",
"description": "string",
"config": {},
"tags": [
"string"
],
"is_active": true
}