Skip to content

Commit 14bb0e1

Browse files
Update OpenAPI specification
1 parent f163354 commit 14bb0e1

6 files changed

+21
-6
lines changed

openapi/spec3.beta.sdk.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -61182,7 +61182,10 @@
6118261182
},
6118361183
"status": {
6118461184
"description": "The networking status of the reader.",
61185-
"maxLength": 5000,
61185+
"enum": [
61186+
"offline",
61187+
"online"
61188+
],
6118661189
"nullable": true,
6118761190
"type": "string"
6118861191
}

openapi/spec3.beta.sdk.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -55376,7 +55376,9 @@ components:
5537655376
type: string
5537755377
status:
5537855378
description: The networking status of the reader.
55379-
maxLength: 5000
55379+
enum:
55380+
- offline
55381+
- online
5538055382
nullable: true
5538155383
type: string
5538255384
required:

openapi/spec3.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -42020,7 +42020,10 @@
4202042020
},
4202142021
"status": {
4202242022
"description": "The networking status of the reader.",
42023-
"maxLength": 5000,
42023+
"enum": [
42024+
"offline",
42025+
"online"
42026+
],
4202442027
"nullable": true,
4202542028
"type": "string"
4202642029
}

openapi/spec3.sdk.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -51270,7 +51270,10 @@
5127051270
},
5127151271
"status": {
5127251272
"description": "The networking status of the reader.",
51273-
"maxLength": 5000,
51273+
"enum": [
51274+
"offline",
51275+
"online"
51276+
],
5127451277
"nullable": true,
5127551278
"type": "string"
5127651279
}

openapi/spec3.sdk.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -46738,7 +46738,9 @@ components:
4673846738
type: string
4673946739
status:
4674046740
description: The networking status of the reader.
46741-
maxLength: 5000
46741+
enum:
46742+
- offline
46743+
- online
4674246744
nullable: true
4674346745
type: string
4674446746
required:

openapi/spec3.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -39478,7 +39478,9 @@ components:
3947839478
type: string
3947939479
status:
3948039480
description: The networking status of the reader.
39481-
maxLength: 5000
39481+
enum:
39482+
- offline
39483+
- online
3948239484
nullable: true
3948339485
type: string
3948439486
required:

0 commit comments

Comments
 (0)