Update openapi specs
This commit is contained in:
parent
dec7e69391
commit
46994a45f9
|
@ -817,7 +817,6 @@
|
|||
"type": "string",
|
||||
"enum": [
|
||||
"string",
|
||||
"barcodeqr",
|
||||
"longform",
|
||||
"options",
|
||||
"number",
|
||||
|
@ -829,7 +828,8 @@
|
|||
"formula",
|
||||
"auto",
|
||||
"json",
|
||||
"internal"
|
||||
"internal",
|
||||
"barcodeqr"
|
||||
],
|
||||
"description": "Defines the type of the column, most explain themselves, a link column is a relationship."
|
||||
},
|
||||
|
@ -1021,7 +1021,6 @@
|
|||
"type": "string",
|
||||
"enum": [
|
||||
"string",
|
||||
"barcodeqr",
|
||||
"longform",
|
||||
"options",
|
||||
"number",
|
||||
|
@ -1033,7 +1032,8 @@
|
|||
"formula",
|
||||
"auto",
|
||||
"json",
|
||||
"internal"
|
||||
"internal",
|
||||
"barcodeqr"
|
||||
],
|
||||
"description": "Defines the type of the column, most explain themselves, a link column is a relationship."
|
||||
},
|
||||
|
@ -1236,7 +1236,6 @@
|
|||
"type": "string",
|
||||
"enum": [
|
||||
"string",
|
||||
"barcodeqr",
|
||||
"longform",
|
||||
"options",
|
||||
"number",
|
||||
|
@ -1248,7 +1247,8 @@
|
|||
"formula",
|
||||
"auto",
|
||||
"json",
|
||||
"internal"
|
||||
"internal",
|
||||
"barcodeqr"
|
||||
],
|
||||
"description": "Defines the type of the column, most explain themselves, a link column is a relationship."
|
||||
},
|
||||
|
|
|
@ -603,7 +603,6 @@ components:
|
|||
type: string
|
||||
enum:
|
||||
- string
|
||||
- barcodeqr
|
||||
- longform
|
||||
- options
|
||||
- number
|
||||
|
@ -616,6 +615,7 @@ components:
|
|||
- auto
|
||||
- json
|
||||
- internal
|
||||
- barcodeqr
|
||||
description: Defines the type of the column, most explain themselves, a link
|
||||
column is a relationship.
|
||||
constraints:
|
||||
|
@ -766,7 +766,6 @@ components:
|
|||
type: string
|
||||
enum:
|
||||
- string
|
||||
- barcodeqr
|
||||
- longform
|
||||
- options
|
||||
- number
|
||||
|
@ -779,6 +778,7 @@ components:
|
|||
- auto
|
||||
- json
|
||||
- internal
|
||||
- barcodeqr
|
||||
description: Defines the type of the column, most explain themselves, a link
|
||||
column is a relationship.
|
||||
constraints:
|
||||
|
@ -936,7 +936,6 @@ components:
|
|||
type: string
|
||||
enum:
|
||||
- string
|
||||
- barcodeqr
|
||||
- longform
|
||||
- options
|
||||
- number
|
||||
|
@ -949,6 +948,7 @@ components:
|
|||
- auto
|
||||
- json
|
||||
- internal
|
||||
- barcodeqr
|
||||
description: Defines the type of the column, most explain themselves, a link
|
||||
column is a relationship.
|
||||
constraints:
|
||||
|
|
|
@ -620,7 +620,7 @@ class TestConfiguration {
|
|||
datasource: any,
|
||||
fields: any,
|
||||
params: any,
|
||||
verb: string
|
||||
verb?: string
|
||||
) {
|
||||
return request
|
||||
.post(`/api/queries/preview`)
|
||||
|
|
Loading…
Reference in New Issue