action bigredcloud_quote_close { label: "Close a Quote." provider: bigredcloud method: PUT path: "/v1/quotes/close/{id}" encoding: json input: { type: "object" properties: { id: { type: "integer" format: "int64" } } required: ["id"] additionalProperties: false } output: { type: "object" } }