action quotes_post_quote_image_font { label: "post_quote_image_font" description: "Add a font file for use later in creating a quote image. This is essentially a `PUT` but not many clients handle PUT with binary stream i.e. a file, gracefully." provider: quotes method: POST path: "/quote/image/font" encoding: json output: { type: "object" additionalProperties: true } }