Skip to content

Commit

Permalink
Fix OAuth Summary strings (#6143)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopheDuong authored Sep 17, 2021
1 parent fe460ce commit 13e8be5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 @@ -1234,7 +1234,7 @@ paths:
post:
tags:
- oauth
summary: Given a source def ID and optional workspaceID generate an access/refresh token etc.
summary: Given a source def ID generate an access/refresh token etc.
operationId: completeSourceOAuth
requestBody:
content:
Expand Down Expand Up @@ -1280,7 +1280,7 @@ paths:
post:
tags:
- oauth
summary:
summary: Given a destination def ID generate an access/refresh token etc.
operationId: completeDestinationOAuth
requestBody:
content:
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/api/generated-api-html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2773,7 +2773,7 @@ <h1><a name="Oauth">Oauth</a></h1>
<div class="method-path">
<a class="up" href="#__Methods">Up</a>
<pre class="post"><code class="huge"><span class="http-method">post</span> /v1/destination_oauths/complete_oauth</code></pre></div>
<div class="method-summary">null (<span class="nickname">completeDestinationOAuth</span>)</div>
<div class="method-summary">Given a destination def ID generate an access/refresh token etc. (<span class="nickname">completeDestinationOAuth</span>)</div>
<div class="method-notes"></div>


Expand Down Expand Up @@ -2826,7 +2826,7 @@ <h4 class="field-label">422</h4>
<div class="method-path">
<a class="up" href="#__Methods">Up</a>
<pre class="post"><code class="huge"><span class="http-method">post</span> /v1/source_oauths/complete_oauth</code></pre></div>
<div class="method-summary">Given a source def ID and optional workspaceID generate an access/refresh token etc. (<span class="nickname">completeSourceOAuth</span>)</div>
<div class="method-summary">Given a source def ID generate an access/refresh token etc. (<span class="nickname">completeSourceOAuth</span>)</div>
<div class="method-notes"></div>


Expand Down

0 comments on commit 13e8be5

Please sign in to comment.