-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ info: | |
* Adding fields to request or response bodies. | ||
* Adding new HTTP endpoints. | ||
version: "1.0.0-oas3" | ||
version: "1.0.0" | ||
title: Airbyte Configuration API | ||
contact: | ||
email: [email protected] | ||
|
@@ -76,7 +76,7 @@ paths: | |
schema: | ||
$ref: "#/components/schemas/WorkspaceRead" | ||
"422": | ||
$ref: "#/components/responses/ExceptionOccurred" | ||
$ref: "#/components/responses/InvalidInputResponse" | ||
/v1/workspaces/delete: | ||
post: | ||
tags: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -204,7 +204,7 @@ <h1>Airbyte Configuration API</h1> | |
</div> | ||
<div class="app-desc">More information: <a href="https://openapi-generator.tech">https://openapi-generator.tech</a></div> | ||
<div class="app-desc">Contact Info: <a href="[email protected]">[email protected]</a></div> | ||
<div class="app-desc">Version: 1.0.0-oas3</div> | ||
<div class="app-desc">Version: 1.0.0</div> | ||
<div class="app-desc">BasePath:/api</div> | ||
<div class="license-info">MIT</div> | ||
<div class="license-url">https://opensource.org/licenses/MIT</div> | ||
|
@@ -4953,8 +4953,8 @@ <h4 class="field-label">200</h4> | |
Successful operation | ||
<a href="#WorkspaceRead">WorkspaceRead</a> | ||
<h4 class="field-label">422</h4> | ||
|
||
<a href="#"></a> | ||
Input failed validation | ||
<a href="#InvalidInputExceptionInfo">InvalidInputExceptionInfo</a> | ||
</div> <!-- method --> | ||
<hr/> | ||
<div class="method"><a name="deleteWorkspace"/> | ||
|