action quotes_get_quote_categories_search { label: "get_quote_categories_search" description: "Gets a list of `Quote` Categories matching the query string.\n" provider: quotes method: GET path: "/quote/categories/search" encoding: json input: { type: "object" properties: { limit: { type: "integer" format: "int32" } query: { type: "string" format: "string" } start: { type: "integer" format: "int32" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }