mirror of
https://github.com/grocy/grocy.git
synced 2025-10-15 17:58:32 +00:00
Applied formatting rules for by #1026 changed files
This commit is contained in:
@@ -357,7 +357,7 @@
|
|||||||
"description": "An entity object",
|
"description": "An entity object",
|
||||||
"content": {
|
"content": {
|
||||||
"application/json": {
|
"application/json": {
|
||||||
"schema":{
|
"schema": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{
|
{
|
||||||
@@ -2832,7 +2832,7 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"excludedProductIds": {
|
"excludedProductIds": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items":{
|
"items": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"format": "integer"
|
"format": "integer"
|
||||||
},
|
},
|
||||||
@@ -4500,7 +4500,7 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"expiring_products": {
|
"expiring_products": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items":{
|
"items": {
|
||||||
"$ref": "#/components/schemas/CurrentStockResponse"
|
"$ref": "#/components/schemas/CurrentStockResponse"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -4606,7 +4606,7 @@
|
|||||||
},
|
},
|
||||||
"security": [
|
"security": [
|
||||||
{
|
{
|
||||||
"ApiKeyAuth": [ ]
|
"ApiKeyAuth": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user