Skip to main content

UpdateIntegrationSchema

name object
anyOf
string

Possible values: <= 255 characters

description object
anyOf
string
config object
anyOf
object
tags object
anyOf
  • Array [
  • string
  • ]
  • is_active object
    anyOf
    boolean
    UpdateIntegrationSchema
    {
    "name": "string",
    "description": "string",
    "config": {},
    "tags": [
    "string"
    ],
    "is_active": true
    }