Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Michael Scott Quotes (Independent Publisher) Deprecated #3628

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Michael Scott Quotes",
"description": "A simple REST API that returns a random Michael Scott quote. Voted Scranton's Best Boss. \"You miss 100% of the shots you don't take.\" - Wayne Gretzky",
"version": "1.0",
"version": "1.1",
"contact": {
"name": "Troy Taylor",
"url": "https://www.hitachisolutions.com",
Expand Down Expand Up @@ -40,9 +40,10 @@
}
}
},
"summary": "Get a quote",
"description": "Returns a random Michael Scott quote.",
"summary": "Get a quote (deprecated)",
"description": "Returns a random Michael Scott quote (deprecated).",
"operationId": "Quote",
"deprecated": true,
"parameters": []
}
}
Expand All @@ -67,4 +68,4 @@
"propertyValue": "Lifestyle and Entertainment"
}
]
}
}