Skip to content

Commit

Permalink
update search
Browse files Browse the repository at this point in the history
  • Loading branch information
antony-wilson committed Jun 26, 2024
1 parent 7e13a13 commit d669133
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mod_api/static/mod_api/openAPI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -367,12 +367,15 @@ components:
schema:
oneOf:
- type: array
title: List of SemanticArtefacts
items:
$ref: "#/components/schemas/SemanticArtefact"
- type: array
title: List of SemanticArtfeactCatalogs
items:
$ref: "#/components/schemas/SemanticArtfeactCatalog"
- type: array
title: List of OwlClasses
items:
$ref: "#/components/schemas/OwlClass"
- type: array
Expand Down Expand Up @@ -1630,7 +1633,7 @@ paths:
$ref: "#/components/responses/error_message"

# Search all of the metadata in a catalogue
/records/search:
/search/metadata:
parameters:
- $ref: "#/components/parameters/format_param"
- $ref: "#/components/parameters/query"
Expand Down

0 comments on commit d669133

Please sign in to comment.