Skip to content

Commit

Permalink
fixed SmartAPI for dataset-types endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanSimmons committed Aug 23, 2024
1 parent e61b83b commit 274a53f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hs-ontology-api-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ paths:
description: No assay classes matching parameters
'5XX':
description: Unknown error
/dataset-type:
/dataset-types:
get:
operationId: datasettypes_get
summary: Returns metadata on the new "soft assay" dataset types.
Expand Down Expand Up @@ -144,7 +144,7 @@ paths:
description: No dataset types matching parameters
'5XX':
description: Unknown error
/dataset-type/{name}:
/dataset-types/{name}:
get:
operationId: datasettypes_name_get
summary: Returns metadata on the specified "soft assay" dataset type.
Expand Down

0 comments on commit 274a53f

Please sign in to comment.