mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-24 06:28:34 +01:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -3661,6 +3661,19 @@
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"labelIds": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"x-omitempty": true,
|
||||
"nullable": true
|
||||
},
|
||||
"locationId": {
|
||||
"type": "string",
|
||||
"x-omitempty": true,
|
||||
"nullable": true
|
||||
},
|
||||
"quantity": {
|
||||
"type": "integer",
|
||||
"x-omitempty": true,
|
||||
|
||||
@@ -2293,6 +2293,16 @@ components:
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
labelIds:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
x-omitempty: true
|
||||
nullable: true
|
||||
locationId:
|
||||
type: string
|
||||
x-omitempty: true
|
||||
nullable: true
|
||||
quantity:
|
||||
type: integer
|
||||
x-omitempty: true
|
||||
|
||||
@@ -3481,6 +3481,19 @@
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"labelIds": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"x-nullable": true,
|
||||
"x-omitempty": true
|
||||
},
|
||||
"locationId": {
|
||||
"type": "string",
|
||||
"x-nullable": true,
|
||||
"x-omitempty": true
|
||||
},
|
||||
"quantity": {
|
||||
"type": "integer",
|
||||
"x-nullable": true,
|
||||
|
||||
@@ -875,6 +875,16 @@ definitions:
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
labelIds:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
x-nullable: true
|
||||
x-omitempty: true
|
||||
locationId:
|
||||
type: string
|
||||
x-nullable: true
|
||||
x-omitempty: true
|
||||
quantity:
|
||||
type: integer
|
||||
x-nullable: true
|
||||
|
||||
Reference in New Issue
Block a user