action redhat_tag_service_inventory { label: "Tag a ServiceInventory" description: "Tags a ServiceInventory object" provider: redhat method: POST path: "/service_inventories/{id}/tag" encoding: json input: { type: "array" items: { type: "object" properties: { tag: { type: "string" } } additionalProperties: false } } output: { type: "array" items: { type: "object" properties: { tag: { type: "string" } } additionalProperties: false } } }