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