@@ -3327,33 +3327,6 @@ paths:
33273327 properties :
33283328 data : { $ref: '#/components/schemas/APIError' }
33293329 type : object
3330- /feeds :
3331- get :
3332- tags :
3333- - Feeds
3334- summary : ' List feeds'
3335- description : ' Show a list of news and recipes from RSS/Atom feeds'
3336- operationId : listFeeds
3337- responses :
3338- ' 200 ' :
3339- description : ' Successful response'
3340- headers :
3341- x-ratelimit-limit :
3342- description : ' Max number of attempts.'
3343- schema :
3344- type : integer
3345- x-ratelimit-remaining :
3346- description : ' Remaining number of attempts.'
3347- schema :
3348- type : integer
3349- content :
3350- application/json :
3351- schema :
3352- required :
3353- - data
3354- properties :
3355- data : { type: array, items: { $ref: '#/components/schemas/FeedsRecipe' } }
3356- type : object
33573330 /generate/ingredient :
33583331 post :
33593332 tags :
@@ -9516,46 +9489,6 @@ components:
95169489 type : boolean
95179490 example : true
95189491 type : object
9519- FeedsRecipe :
9520- title : FeedsRecipe
9521- description : ' Represents a recipe from an RSS/Atom feed'
9522- required :
9523- - source
9524- - title
9525- - link
9526- - date
9527- - image
9528- - description
9529- properties :
9530- source :
9531- description : ' The source of the recipe'
9532- type : string
9533- title :
9534- description : ' The title of the recipe'
9535- type : string
9536- description :
9537- description : ' The description of the recipe'
9538- type :
9539- - string
9540- - ' null'
9541- link :
9542- description : ' The link to the recipe'
9543- type : string
9544- date :
9545- description : ' The date the recipe was modified'
9546- type :
9547- - string
9548- - ' null'
9549- format : date-time
9550- image :
9551- description : ' The image URL of the recipe'
9552- type :
9553- - string
9554- - ' null'
9555- supports_recipe_import :
9556- description : ' Indicates if the recipe supports import into the application'
9557- type : boolean
9558- type : object
95599492 GeneratedCocktailFromTextResource :
95609493 description : ' Recipe generated by LLM'
95619494 required :
@@ -11527,19 +11460,6 @@ components:
1152711460 - ' null'
1152811461 example : ' My device'
1152911462 type : object
11530- MenuCategoryRequest :
11531- required :
11532- - id
11533- - items
11534- properties :
11535- id :
11536- type : integer
11537- example : 1
11538- items :
11539- type : array
11540- items :
11541- $ref : ' #/components/schemas/MenuItemRequest'
11542- type : object
1154311463 MenuItemRequest :
1154411464 required :
1154511465 - id
@@ -11701,7 +11621,6 @@ components:
1170111621 - search_version
1170211622 - latest_version
1170311623 - is_latest
11704- - is_feeds_enabled
1170511624 - is_password_login_enabled
1170611625 - is_ai_enabled
1170711626 properties :
@@ -11728,10 +11647,6 @@ components:
1172811647 description : ' Version of the search engine'
1172911648 type : string
1173011649 example : 1.2.0
11731- is_feeds_enabled :
11732- description : ' Whether feeds are enabled'
11733- type : boolean
11734- example : true
1173511650 is_password_login_enabled :
1173611651 description : ' Whether password login is enabled'
1173711652 type : boolean
@@ -11857,9 +11772,6 @@ tags:
1185711772 -
1185811773 name : Exports
1185911774 description : Exports
11860- -
11861- name : Feeds
11862- description : Feeds
1186311775 -
1186411776 name : Generation
1186511777 description : Generation
0 commit comments