File tree Expand file tree Collapse file tree
frontend/src/api/generated Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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 :
5671 type : object
5772 required :
5873 - feed_creation
74+ - featured_feeds
5975 type : object
6076 required :
6177 - api
You can’t perform that action at this time.
0 commit comments