action ix_api_network_services_update { label: "network_services_update" description: "Update a network service" provider: ix_api method: PUT path: "/network-services/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { description: "Polymorphic Network Services" type: "object" } }