Skip to content

Commit

Permalink
🐛 Fix some api-spec errors. (#4742)
Browse files Browse the repository at this point in the history
  • Loading branch information
davinchia authored and gl-pix committed Jul 22, 2021
1 parent 15f980d commit daf5fab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions airbyte-api/src/main/openapi/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: contact@airbyte.io
Expand Down Expand Up @@ -76,7 +76,7 @@ paths:
schema:
$ref: "#/components/schemas/WorkspaceRead"
"422":
$ref: "#/components/responses/ExceptionOccurred"
$ref: "#/components/responses/InvalidInputResponse"
/v1/workspaces/delete:
post:
tags:
Expand Down
6 changes: 3 additions & 3 deletions docs/reference/api/generated-api-html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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="contact@airbyte.io">contact@airbyte.io</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>
Expand Down Expand Up @@ -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"/>
Expand Down

0 comments on commit daf5fab

Please sign in to comment.