Skip to content

Commit c20ddb8

Browse files
Merge pull request #12 from daisybio/duplicate_api_key_fix
removed duplicate api key stringSearch
2 parents dd23c44 + 73d0cf8 commit c20ddb8

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

swagger.yml

-27
Original file line numberDiff line numberDiff line change
@@ -3127,30 +3127,3 @@ paths:
31273127
lfcSE:
31283128
type: float
31293129
description: Standard Error of Log Fold Change.
3130-
3131-
/stringSearch:
3132-
get:
3133-
operationId: externalInformation.getAutocomplete
3134-
tags:
3135-
- ExternalInformation
3136-
summary: Retrieve all possible matching ensg numbers, gene-symbols, hs-numbers or mimat numbers for the search string (mainly used for autocomplete function on the SPONGE webside)
3137-
description: Retrieve all possible matching ensg numbers, gene-symbols, hs-numbers or mimat numbers for the search string (mainly used for autocomplete function on the SPONGE webside)
3138-
parameters:
3139-
- name: searchString
3140-
in: query
3141-
description: Prefix of a gene name/ensg number or mirna identification
3142-
required: true
3143-
schema:
3144-
type: string
3145-
responses:
3146-
"200":
3147-
description: Retrieve all possible matchings
3148-
content:
3149-
application/json:
3150-
schema:
3151-
type: array
3152-
items:
3153-
properties:
3154-
autocompleteSuggestion:
3155-
type: string
3156-
description: Possible autocompletion for the searchString

0 commit comments

Comments
 (0)