Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

Commit

Permalink
fix(openapi): Fix outdated ref to EmailResult
Browse files Browse the repository at this point in the history
  • Loading branch information
Amaury Martiny committed May 8, 2020
1 parent de30a8a commit 6b1615d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/EmailResult"
"$ref": "#/components/schemas/CheckEmailOutput"
},
"examples": {
"Example with test@gmail.com": {
Expand Down Expand Up @@ -71,7 +71,7 @@
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/EmailResult"
"$ref": "#/components/schemas/CheckEmailOutput"
},
"examples": {
"Example with test@gmail.com": {
Expand Down

0 comments on commit 6b1615d

Please sign in to comment.