v1
latestOpenAPI 3.0.12026-08-0435481.5 MBConnectors
Update connector
Update connector by ID with the given data. This methods performs a partial update.
patch/api/connectors/{id}
Path parameters
idstring required
The unique identifier of the connector.
Request body
Response
The updated connector.
Example response
{
"formItems": [
{
"defaultValue": {},
"showConditions": [
{
"expectValue": {}
}
]
}
]
}