action billbee_article_patch_article { label: "Updates one or more fields of a product" provider: billbee method: PATCH path: "/api/v1/products/{id}" encoding: form input: { type: "object" properties: { id: { type: "integer" format: "int64" } } required: ["id"] additionalProperties: false } output: { type: "object" } }