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