action quotes_get_quote_authors_search { label: "get_quote_authors_search" description: "Gets a list of author names in the system. \n" provider: quotes method: GET path: "/quote/authors/search" encoding: json input: { type: "object" properties: { detailed: { type: "boolean" format: "boolean" } language: { type: "string" format: "string" } limit: { type: "integer" format: "int32" } query: { type: "string" format: "string" } start: { type: "integer" format: "int32" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }