docs(geschichte): annotate GET /api/geschichten query parameters in OpenAPI spec (#794) #810
@@ -3712,9 +3712,13 @@ export interface operations {
|
||||
list: {
|
||||
parameters: {
|
||||
query?: {
|
||||
/** @description Filter by status. Callers without BLOG_WRITE always receive PUBLISHED results regardless of the value passed. Callers with BLOG_WRITE requesting DRAFT receive only their own unpublished stories. */
|
||||
status?: "DRAFT" | "PUBLISHED";
|
||||
/** @description AND-filter: story must include all supplied person IDs. */
|
||||
personId?: string[];
|
||||
/** @description Filter to stories containing this document. */
|
||||
documentId?: string;
|
||||
/** @description Maximum results to return. Values ≤ 0 default to 50. Clamped at 200. */
|
||||
limit?: number;
|
||||
};
|
||||
header?: never;
|
||||
|
||||
Reference in New Issue
Block a user