File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
airbyte-api/src/main/openapi
docs/reference/api/generated-api-html Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 19
19
* Adding fields to request or response bodies.
20
20
* Adding new HTTP endpoints.
21
21
22
- version : " 1.0.0-oas3 "
22
+ version : " 1.0.0"
23
23
title : Airbyte Configuration API
24
24
contact :
25
25
76
76
schema :
77
77
$ref : " #/components/schemas/WorkspaceRead"
78
78
" 422 " :
79
- $ref : " #/components/responses/ExceptionOccurred "
79
+ $ref : " #/components/responses/InvalidInputResponse "
80
80
/v1/workspaces/delete :
81
81
post :
82
82
tags :
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ <h1>Airbyte Configuration API</h1>
204
204
</ div >
205
205
< div class ="app-desc "> More information: < a href ="https://openapi-generator.tech "> https://openapi-generator.tech</ a > </ div >
206
206
< div class ="
app-desc "
> Contact Info:
< a href ="
[email protected] "
> [email protected] </ a > </ div >
207
- < div class ="app-desc "> Version: 1.0.0-oas3 </ div >
207
+ < div class ="app-desc "> Version: 1.0.0</ div >
208
208
< div class ="app-desc "> BasePath:/api</ div >
209
209
< div class ="license-info "> MIT</ div >
210
210
< div class ="license-url "> https://opensource.org/licenses/MIT</ div >
@@ -4953,8 +4953,8 @@ <h4 class="field-label">200</h4>
4953
4953
Successful operation
4954
4954
< a href ="#WorkspaceRead "> WorkspaceRead</ a >
4955
4955
< h4 class ="field-label "> 422</ h4 >
4956
-
4957
- < a href ="# " > </ a >
4956
+ Input failed validation
4957
+ < a href ="#InvalidInputExceptionInfo " > InvalidInputExceptionInfo </ a >
4958
4958
</ div > <!-- method -->
4959
4959
< hr />
4960
4960
< div class ="method "> < a name ="deleteWorkspace "/>
You can’t perform that action at this time.
0 commit comments