Skip to content

Commit e2a345d

Browse files
author
Aaron Suarez
committedJan 27, 2020
Fix OpenAPI errors
1 parent cbcabad commit e2a345d

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed
 

‎app/static/openapi.yaml

+1-13
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ paths:
127127
required: false
128128
description: Language(s) of the resource to search. For example, to filter for JavaScript and Python resources, make a `GET` request to `/search?languages=python&languages=javascript`.
129129
schema:
130-
type: array of strings
130+
type: array
131131
- in: query
132132
name: category
133133
required: false
@@ -725,12 +725,6 @@ components:
725725
message:
726726
description: Error message
727727
type: string
728-
unauthorized:
729-
type: object
730-
properties:
731-
message:
732-
description: Error message
733-
type: string
734728
missing-body:
735729
type: object
736730
properties:
@@ -812,12 +806,6 @@ components:
812806
message:
813807
description: Error message
814808
type: string
815-
unauthorized:
816-
type: object
817-
properties:
818-
message:
819-
description: Error message
820-
type: string
821809
missing-body:
822810
type: object
823811
properties:

0 commit comments

Comments
 (0)
Please sign in to comment.