Skip to content

Commit 779b482

Browse files
committed
remove limit license parameter
1 parent 54323aa commit 779b482

File tree

1 file changed

+2
-28
lines changed

1 file changed

+2
-28
lines changed

spoonacular-openapi-3.json

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1354,9 +1354,6 @@
13541354
},
13551355
{
13561356
"$ref": "#/components/parameters/number"
1357-
},
1358-
{
1359-
"$ref": "#/components/parameters/limitLicense"
13601357
}
13611358
],
13621359
"externalDocs": {
@@ -1912,9 +1909,6 @@
19121909
{
19131910
"$ref": "#/components/parameters/number"
19141911
},
1915-
{
1916-
"$ref": "#/components/parameters/limitLicense"
1917-
},
19181912
{
19191913
"name": "ranking",
19201914
"description": "Whether to maximize used ingredients (1) or minimize missing ingredients (2) first.",
@@ -2948,9 +2942,6 @@
29482942
"style": "form",
29492943
"explode": false,
29502944
"in": "query"
2951-
},
2952-
{
2953-
"$ref": "#/components/parameters/limitLicense"
29542945
}
29552946
],
29562947
"externalDocs": {
@@ -5692,10 +5683,7 @@
56925683
},
56935684
{
56945685
"$ref": "#/components/parameters/number"
5695-
},
5696-
{
5697-
"$ref": "#/components/parameters/limitLicense"
5698-
}
5686+
}
56995687
],
57005688
"externalDocs": {
57015689
"description": "Read entire docs",
@@ -6821,9 +6809,6 @@
68216809
}
68226810
},
68236811
"parameters": [
6824-
{
6825-
"$ref": "#/components/parameters/limitLicense"
6826-
},
68276812
{
68286813
"$ref": "#/components/parameters/includeNutrition"
68296814
},
@@ -29357,18 +29342,7 @@
2935729342
"example": false
2935829343
},
2935929344
"description": "Whether to ignore typical pantry items, such as water, salt, flour, etc."
29360-
},
29361-
"limitLicense": {
29362-
"name": "limitLicense",
29363-
"in": "query",
29364-
"required": false,
29365-
"schema": {
29366-
"type": "boolean",
29367-
"default": true,
29368-
"example": true
29369-
},
29370-
"description": "Whether the recipes should have an open license that allows display with proper attribution."
29371-
},
29345+
},
2937229346
"query": {
2937329347
"name": "query",
2937429348
"in": "query",

0 commit comments

Comments
 (0)