Skip to content

Commit 1b26132

Browse files
committed
Update generated OpenAPI artifacts
1 parent 87ca627 commit 1b26132

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

frontend/src/api/generated/types.gen.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ export type GetApiMetadataResponses = {
2323
openapi_url: string;
2424
};
2525
instance: {
26+
featured_feeds: Array<{
27+
description: string;
28+
path: string;
29+
title: string;
30+
}>;
2631
feed_creation: {
2732
access_token_required: boolean;
2833
enabled: boolean;

public/openapi.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,21 @@ paths:
4444
type: object
4545
instance:
4646
properties:
47+
featured_feeds:
48+
items:
49+
properties:
50+
description:
51+
type: string
52+
path:
53+
type: string
54+
title:
55+
type: string
56+
required:
57+
- path
58+
- title
59+
- description
60+
type: object
61+
type: array
4762
feed_creation:
4863
properties:
4964
access_token_required:
@@ -56,6 +71,7 @@ paths:
5671
type: object
5772
required:
5873
- feed_creation
74+
- featured_feeds
5975
type: object
6076
required:
6177
- api

0 commit comments

Comments
 (0)