Update openapi.json
This commit is contained in:
parent
a6073e0ecd
commit
c3412f0cfb
|
@ -841,7 +841,8 @@
|
|||
"auto",
|
||||
"json",
|
||||
"internal",
|
||||
"barcodeqr"
|
||||
"barcodeqr",
|
||||
"bigint"
|
||||
],
|
||||
"description": "Defines the type of the column, most explain themselves, a link column is a relationship."
|
||||
},
|
||||
|
@ -1045,7 +1046,8 @@
|
|||
"auto",
|
||||
"json",
|
||||
"internal",
|
||||
"barcodeqr"
|
||||
"barcodeqr",
|
||||
"bigint"
|
||||
],
|
||||
"description": "Defines the type of the column, most explain themselves, a link column is a relationship."
|
||||
},
|
||||
|
@ -1260,7 +1262,8 @@
|
|||
"auto",
|
||||
"json",
|
||||
"internal",
|
||||
"barcodeqr"
|
||||
"barcodeqr",
|
||||
"bigint"
|
||||
],
|
||||
"description": "Defines the type of the column, most explain themselves, a link column is a relationship."
|
||||
},
|
||||
|
|
|
@ -768,6 +768,7 @@ components:
|
|||
- json
|
||||
- internal
|
||||
- barcodeqr
|
||||
- bigint
|
||||
description: Defines the type of the column, most explain themselves, a link
|
||||
column is a relationship.
|
||||
constraints:
|
||||
|
@ -931,6 +932,7 @@ components:
|
|||
- json
|
||||
- internal
|
||||
- barcodeqr
|
||||
- bigint
|
||||
description: Defines the type of the column, most explain themselves, a link
|
||||
column is a relationship.
|
||||
constraints:
|
||||
|
@ -1101,6 +1103,7 @@ components:
|
|||
- json
|
||||
- internal
|
||||
- barcodeqr
|
||||
- bigint
|
||||
description: Defines the type of the column, most explain themselves, a link
|
||||
column is a relationship.
|
||||
constraints:
|
||||
|
|
Loading…
Reference in New Issue