action quotes_get_qod_languages { label: "get_qod_languages" description: "Gets a list of supported languages for `Quote of the Day`. \n" provider: quotes method: GET path: "/qod/languages" encoding: json output: { type: "object" additionalProperties: true } }