action ix_api_network_feature_configs_partial_update { label: "network_feature_configs_partial_update" description: "Update parts of a network feature configuration" provider: ix_api method: PATCH path: "/network-feature-configs/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { description: "Polymorphic Network Feature Config" type: "object" } }