action ix_api_network_feature_configs_create { label: "network_feature_configs_create" description: "Create a configuration for a `NetworkFeature`\ndefined in the `NetworkFeature`s collection." provider: ix_api method: POST path: "/network-feature-configs" encoding: json input: { description: "Polymorphic Network Feature Config Request" type: "object" } output: { description: "Polymorphic Network Feature Config" type: "object" } }