action apache_patch_connection { label: "Update a connection" provider: apache method: PATCH path: "/connections/{connection_id}" encoding: json input: { type: "object" properties: { update_mask: { type: "array" items: { type: "string" } } } additionalProperties: false } output: { description: "Full representation of the connection." type: "object" } }