Update a connection with strategy=box
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UpdateConnectionRequestContentBox", "title": "UpdateConnectionRequestContentBox", "description": "Update a connection with strategy=box", "allOf": [ { "$ref": "#/components/schemas/ConnectionCommon" }, { "type": "object", "properties": { "options": { "$ref": "#/components/schemas/ConnectionOptionsBox" } } }, { "$ref": "#/components/schemas/ConnectionPurposes" } ] }