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

Commit

Permalink
Update peachpath.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelmkalt committed Jul 26, 2023
1 parent dc08c2b commit 2defbc9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions peachpath.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"paths": {
"/pet/{id}": {
"/peaches/{id}": {
"parameters": [
{
"name": "id",
Expand All @@ -23,7 +23,7 @@
}
],
"put": {
"tags": ["pet"],
"tags": ["peaches"],
"summary": "Find an open stand",
"description": "This operation will source all open peach farm stands in the database.",
"responses": {
Expand All @@ -38,9 +38,9 @@
]
},
"get": {
"tags": ["pet"],
"summary": "Find a pet",
"description": "This operation will find a pet in the database.",
"tags": ["peaches"],
"summary": "Show location and hours",
"description": "This operation will source the location and hours of farm stands and show which are open.",
"responses": {
"400": {
"description": "Invalid status value"
Expand Down

0 comments on commit 2defbc9

Please sign in to comment.