Skip to content

Commit

Permalink
reverted package-lock.json to that of a successful build
Browse files Browse the repository at this point in the history
  • Loading branch information
rtjord committed Dec 9, 2024
1 parent 6cb883a commit f7cdf2b
Show file tree
Hide file tree
Showing 3 changed files with 4,348 additions and 3,181 deletions.
13 changes: 12 additions & 1 deletion backend/open_api/ece461_fall_2024_openapi_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ info:
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
servers:
- url: https://dev.teamfivepackages.com
description: Development Server
paths:
/packages:
post:
Expand Down Expand Up @@ -128,6 +131,9 @@ paths:
$ref: '#/components/schemas/PackageID'
in: path
required: true
examples:
ExampleID:
value: "{id}" # Dynamic placeholder for Restler
responses:
"200":
content:
Expand Down Expand Up @@ -180,7 +186,6 @@ paths:
operationId: PackageRetrieve
summary: Interact with the package with this ID. (BASELINE)
description: Return this package.
operationId: PackageRecommend
post:
requestBody:
content:
Expand Down Expand Up @@ -353,6 +358,9 @@ paths:
$ref: '#/components/schemas/PackageID'
in: path
required: true
examples:
ExampleID:
value: "{id}" # Dynamic placeholder for Restler
- name: X-Authorization
description: ""
schema:
Expand Down Expand Up @@ -403,6 +411,9 @@ paths:
$ref: '#/components/schemas/PackageID'
in: path
required: true
examples:
ExampleID:
value: "{id}" # Dynamic placeholder for Restler
- name: dependency
schema:
type: boolean
Expand Down
Loading

0 comments on commit f7cdf2b

Please sign in to comment.