Skip to content

Commit f084c0d

Browse files
1 parent 9bf2454 commit f084c0d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

openapi/swagger.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,8 @@
333333
"enum": [
334334
"true",
335335
"false"
336-
]
336+
],
337+
"description": "Allow asynchronous processing, which will return a job ID."
337338
},
338339
"required": false
339340
},
@@ -780,7 +781,8 @@
780781
"enum": [
781782
"true",
782783
"false"
783-
]
784+
],
785+
"description": "Allow asynchronous processing, which will return a job ID."
784786
},
785787
"required": false
786788
},
@@ -1116,7 +1118,8 @@
11161118
"enum": [
11171119
"true",
11181120
"false"
1119-
]
1121+
],
1122+
"description": "Allow asynchronous processing, which will return a job ID."
11201123
},
11211124
"required": false
11221125
},

0 commit comments

Comments
 (0)