action quotes_get_qod_categories { label: "get_qod_categories" description: "Gets a list of `Quote of the Day` Categories.\n" provider: quotes method: GET path: "/qod/categories" encoding: json input: { type: "object" properties: { detailed: { type: "boolean" format: "boolean" } language: { type: "string" format: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }